/// export interface IconContractOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconContractOutline: React.FC;