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