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