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