import { Sensor } from '../types'; export declare function createSensor(element: Element): Sensor;