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