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