import type { SVGProps } from "react"; export interface OfficePhoneIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function OfficePhoneIcon({ className, size, color, ...props }: OfficePhoneIconProps): import("react").JSX.Element; //# sourceMappingURL=office-phone-icon.d.ts.map