import type { FormKitFrameworkContext } from '@formkit/core'; import type { SelectProps } from 'primevue/select'; import type { PropType } from 'vue'; export interface FormKitPrimeSelectProps { options?: SelectProps['options']; optionLabel?: SelectProps['optionLabel']; optionValue?: SelectProps['optionValue']; optionDisabled?: SelectProps['optionDisabled']; optionGroupLabel?: SelectProps['optionGroupLabel']; optionGroupChildren?: SelectProps['optionGroupChildren']; scrollHeight?: SelectProps['scrollHeight']; filter?: SelectProps['filter']; filterPlaceholder?: SelectProps['filterPlaceholder']; filterLocale?: SelectProps['filterLocale']; filterMatchMode?: SelectProps['filterMatchMode']; filterFields?: SelectProps['filterFields']; editable?: SelectProps['editable']; placeholder?: SelectProps['placeholder']; dataKey?: SelectProps['dataKey']; showClear?: SelectProps['showClear']; overlayStyle?: SelectProps['overlayStyle']; overlayClass?: SelectProps['overlayClass']; appendTo?: SelectProps['appendTo']; resetFilterOnHide?: SelectProps['resetFilterOnHide']; virtualScrollerOptions?: SelectProps['virtualScrollerOptions']; autoOptionFocus?: SelectProps['autoOptionFocus']; selectOnFocus?: SelectProps['selectOnFocus']; filterMessage?: SelectProps['filterMessage']; selectionMessage?: SelectProps['selectionMessage']; emptySelectionMessage?: SelectProps['emptySelectionMessage']; emptyFilterMessage?: SelectProps['emptyFilterMessage']; emptyMessage?: SelectProps['emptyMessage']; pt?: SelectProps['pt']; ptOptions?: SelectProps['ptOptions']; unstyled?: SelectProps['unstyled']; size?: SelectProps['size']; } declare const __VLS_export: import("vue").DefineComponent; required: true; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default;