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