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