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