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