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