import type { IconProps } from '../../types';
declare const PhoneFill: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Phone Fill
 * @see {@link https://remixicon.com/icon/phone-fill Remix Icon Docs}
 */
export { PhoneFill };
