import * as React from "react";
import { type SvgIconProps } from "@vkontakte/icons-sprite";
export type Icon56Stars3OutlineProps = SvgIconProps;
export declare const Icon56Stars3Outline: React.FC<Icon56Stars3OutlineProps> & {
};
