import { Component } from '../Component'; interface InputLabelStyles { color?: string; fontSize?: number; } interface InputLabelOptions { styles?: InputLabelStyles; label: string; id: string; } export declare class InputLabel extends Component { constructor(options: InputLabelOptions); } export {}; //# sourceMappingURL=InputLabel.d.ts.map