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