interface MagicWandProps { /** * Additional CSS classes to apply to the icon */ className?: string; } export declare function MagicWand({ className }: MagicWandProps): import("react/jsx-runtime").JSX.Element; export {};