/// <reference types="react" />
export interface IconCameraOutlineProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconCameraOutline: React.FC<IconCameraOutlineProps>;
