import { IIcon } from '../interfaces.js';
export declare function PhoneIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
export declare function PhoneInverseIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
