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