import { PropertyValues } from 'lit'; import '@material/web/iconbutton/icon-button'; import '@material/web/icon/icon'; import { ExtendableOutlinedTextField } from '../extendable-outlined-text-field/extendable-outlined-text-field'; /** * A styled input with built-in search and clear icons. . * * @element titanium-search-input * * @cssprop {Length} --titanium-search-input-expanded-width - Width when input expands * */ export declare class TitaniumSearchInput extends ExtendableOutlinedTextField { /** * Whether or not the input should hide the clear button */ accessor hideClearButton: boolean; /** * Whether the input should prevent collapse. */ accessor preventCollapse: boolean; protected accessor hasValue: boolean; accessor autocomplete: string; accessor spellcheck: boolean; accessor autocorrect: string; updated(changedProps: PropertyValues): Promise; static styles: import("lit").CSSResult; protected renderMainSlot(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=search-input.d.ts.map