import { ComboboxTriggerProps } from 'radix-vue'; import { HTMLAttributes } from 'vue'; export interface CustomComboboxTriggerProps extends ComboboxTriggerProps { class?: HTMLAttributes['class']; size?: 'xs' | 'sm' | 'md'; filled?: boolean; type?: 'normal' | 'compact' | 'inline' | 'compact-input'; error?: boolean; } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, { type: "normal" | "compact" | "inline" | "compact-input"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, { default?: (props: {}) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };