import { DInputAndLabel, DInputAndLabelOptions, DThemeInputAndLabel } from "./d-input-and-label"; import { DInputReal, DInputRealOptions, DThemeInputReal } from "./d-input-real"; export interface DInputRealAndLabelOptions extends DInputAndLabelOptions { } export declare class DInputRealAndLabel = DInputRealAndLabelOptions> extends DInputAndLabel { protected createInput(options?: DInputRealOptions): DInputReal; }