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