import { HTMLWidget } from "@hpcc-js/common";
import "../src/Input.css";
export declare class InputRange extends HTMLWidget {
_inputElement: any[];
_labelElement: any[];
_rangeData: any[];
constructor();
enter(domNode: any, element: any): void;
update(domNode: any, element: any): void;
type: {
(): string;
(_: string): InputRange;
};
type_exists: () => boolean;
inlineLabel: {
(): string;
(_: string): InputRange;
};
inlineLabel_exists: () => boolean;
value: {
(): any[];
(_: any[]): InputRange;
};
value_exists: () => boolean;
name: {
(): string;
(_: string): InputRange;
};
name_exists: () => boolean;
label: {
(): string;
(_: string): InputRange;
};
label_exists: () => boolean;
validate: {
(): string;
(_: string): InputRange;
};
validate_exists: () => boolean;
}
//# sourceMappingURL=InputRange.d.ts.map