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