import { FunctionComponent } from 'preact';
import { TIconProps } from '../../types';
declare const PhoneIcon: FunctionComponent<TIconProps>;
export default PhoneIcon;
//# sourceMappingURL=PhoneIcon.d.ts.map