/// export interface IActiveSensorProps { bond?: boolean | string; } export declare const ActiveSensor: React.StatelessComponent; export declare const withActive: any;