import { PropType } from '@vue/runtime-core'; declare const _default: import("@vue/runtime-core").DefineComponent<{ modelValue: { type: (BooleanConstructor | NumberConstructor)[]; default: boolean; }; label: { type: StringConstructor; default: string; }; hint: { type: StringConstructor; default: string; }; color: { type: PropType<"rose" | "pink" | "fuchsia" | "purple" | "violet" | "indigo" | "blue" | "sky" | "cyan" | "teal" | "emerald" | "green" | "lime" | "yellow" | "amber" | "orange" | "red" | "gray" | "brand" | "mix">; }; name: { type: ArrayConstructor; }; onChange: { type: PropType<(e: Event) => void>; }; checked: BooleanConstructor; id: StringConstructor; }, () => JSX.Element, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, Record, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<{ modelValue?: unknown; label?: unknown; hint?: unknown; color?: unknown; name?: unknown; onChange?: unknown; checked?: unknown; id?: unknown; } & { modelValue: number | boolean; label: string; hint: string; checked: boolean; } & { color?: "rose" | "pink" | "fuchsia" | "purple" | "violet" | "indigo" | "blue" | "sky" | "cyan" | "teal" | "emerald" | "green" | "lime" | "yellow" | "amber" | "orange" | "red" | "gray" | "brand" | "mix" | undefined; name?: unknown[] | undefined; onChange?: ((e: Event) => void) | undefined; id?: string | undefined; }>, { modelValue: number | boolean; label: string; hint: string; checked: boolean; }>; export default _default; //# sourceMappingURL=PCheckBox.d.ts.map