import type { SVGProps } from "react"; export interface TelescopeIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function TelescopeIcon({ className, size, color, ...props }: TelescopeIconProps): import("react").JSX.Element; //# sourceMappingURL=telescope-icon.d.ts.map