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