interface CursorSVGProps { sticker: string; } export declare function CursorSVG({ sticker }: CursorSVGProps): JSX.Element; export {}; //# sourceMappingURL=CursorSvg.d.ts.map