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