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