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