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