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