import type { SVGProps } from "react"; export interface Sparkle01IconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function Sparkle01Icon({ className, size, color, ...props }: Sparkle01IconProps): import("react").JSX.Element; //# sourceMappingURL=sparkle-01-icon.d.ts.map