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