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