import type { FormKitFrameworkContext } from '@formkit/core'; import type { CascadeSelectProps } from 'primevue/cascadeselect'; import type { PropType } from 'vue'; export interface FormKitPrimeCascadeSelectProps { options?: CascadeSelectProps['options']; optionLabel?: CascadeSelectProps['optionLabel']; optionValue?: CascadeSelectProps['optionValue']; optionGroupLabel?: CascadeSelectProps['optionGroupLabel']; optionGroupChildren?: CascadeSelectProps['optionGroupChildren']; placeholder?: CascadeSelectProps['placeholder']; pt?: CascadeSelectProps['pt']; ptOptions?: CascadeSelectProps['ptOptions']; unstyled?: CascadeSelectProps['unstyled']; size?: CascadeSelectProps['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;