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