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