/// <reference types="react" />
declare const Sparkle: (props: any, ref: any) => JSX.Element;
export default Sparkle;
