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