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