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