import * as React from "react"; import { IconProps } from '../lib'; declare const PhoneTransfer: (props: IconProps) => React.JSX.Element; export default PhoneTransfer; //# sourceMappingURL=PhoneTransfer.d.ts.map