/// declare const SparkleIcon: ({ width, height, fill }: { width?: number | undefined; height?: number | undefined; fill?: string | undefined; }) => JSX.Element; export default SparkleIcon;