import { SVGProps } from 'react'; export interface MagicWandProps extends Omit, 'css'> { } export declare const MagicWand: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;