import type { FormKitFrameworkContext } from '@formkit/core'; import type { ColorPickerProps } from 'primevue/colorpicker'; import type { PropType } from 'vue'; export interface FormKitPrimeColorPickerProps { defaultColor?: ColorPickerProps['defaultColor']; inline?: ColorPickerProps['inline']; format?: ColorPickerProps['format']; pt?: ColorPickerProps['pt']; ptOptions?: ColorPickerProps['ptOptions']; unstyled?: ColorPickerProps['unstyled']; } 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;