import { CodeProps_Slots, CodeSample } from './_shared'; import { ZTagsSelect_Props, ZTagsSelect_Slots } from './TagsSelect.props'; export * from './TagsSelect.props'; export type ZTagsSelect_CodeProps = CodeProps_Slots; declare function Web(props: ZTagsSelect_CodeProps): CodeSample; export declare const TagsSelect: { name: string; category: "inputs"; slots: ("label" | "help-text" | "options")[]; web: typeof Web; };