import type { FormKitFrameworkContext } from '@formkit/core'; import type { SelectProps } from 'primevue/select'; import type { PropType } from 'vue'; import type { FormKitIconProps } from './FormKitIcon.vue'; export interface PrimeOutputListProps { options?: SelectProps['options']; optionLabel?: SelectProps['optionLabel']; optionValue?: SelectProps['optionValue']; convertValue?: (array: []) => []; } declare const __VLS_export: import("vue").DefineComponent & FormKitIconProps & PrimeOutputListProps; required: true; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly & FormKitIconProps & PrimeOutputListProps; required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default;