import { ZInput } from './input';
import { ZTagsSelect_Props } from '@zurich/dev-utils/code/TagsSelect';
/** ## ``
*
* Component docs.
*/
export declare class ZTagsSelect extends ZInput implements ZTagsSelect_Props {
#private;
readonly _name = "tags-select";
model?: ZTagsSelect_Props['model'];
options?: ZTagsSelect_Props['options'];
_value: NonNullable['model']>;
render(): import('lit-html').TemplateResult<1>;
protected _checkValidity(): void;
reset(): void;
static styles: import('lit').CSSResult;
}
declare global {
interface HTMLElementTagNameMap {
'z-tags-select': ZTagsSelect;
}
}