export declare class InputContainer { /** * If `true`, the disabled state will be set. */ disabled?: boolean; /** * If `true`, the readonly state will be set. */ readonly?: boolean; render(): any; }