import * as React from "react";
import type { IconProps } from "../types";
declare const Payphone: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default Payphone;
//# sourceMappingURL=payphone.d.ts.map