import type { FormKitFrameworkContext } from '@formkit/core'; import type { CheckboxProps } from 'primevue/checkbox'; import type { PropType } from 'vue'; export interface FormKitPrimeCheckboxProps { binary?: CheckboxProps['binary']; trueValue?: CheckboxProps['trueValue']; falseValue?: CheckboxProps['falseValue']; pt?: CheckboxProps['pt']; ptOptions?: CheckboxProps['ptOptions']; unstyled?: CheckboxProps['unstyled']; indeterminate?: CheckboxProps['indeterminate']; variant?: CheckboxProps['variant']; size?: CheckboxProps['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;