import { IconProps } from '../lib';
declare function Sparkle(props: IconProps): JSX.Element;
export default Sparkle;
