export declare class TextInput { inputClass: boolean; /** * Set to `true` to display the invalid state. */ invalid: boolean; /** * Set to `true` to display the valid state. */ valid: boolean; /** * Set to `true` to display a loading text input. */ skeleton: boolean; }