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