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