/// <reference types="react" />
export interface IconBluetoothSharpProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconBluetoothSharp: React.FC<IconBluetoothSharpProps>;
