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