/// <reference types="react" />
export interface IconColorWandProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconColorWand: React.FC<IconColorWandProps>;
