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