import type { FormKitFrameworkContext } from '@formkit/core'; import type { SelectButtonProps } from 'primevue/selectbutton'; import type { PropType } from 'vue'; export interface FormKitPrimeSelectButtonProps { pt?: SelectButtonProps['pt']; ptOptions?: SelectButtonProps['ptOptions']; unstyled?: SelectButtonProps['unstyled']; optionLabel?: SelectButtonProps['optionLabel']; optionValue?: SelectButtonProps['optionValue']; optionDisabled?: SelectButtonProps['optionDisabled']; multiple?: SelectButtonProps['multiple']; dataKey?: SelectButtonProps['dataKey']; options?: SelectButtonProps['options']; size?: SelectButtonProps['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;