import PCheckbox from "./src/index.vue"; export type PgzCheckboxInstance = InstanceType; declare const PgzCheckbox: ({ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; default: undefined; }; dictCode: { type: StringConstructor; default: string; }; useDicColor: { type: BooleanConstructor; default: boolean; }; options: { type: import("vue").PropType; default: () => never[]; }; }>> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:value"?: ((...args: any[]) => any) | undefined; }>, { props: any; emit: (event: "change" | "update:value", ...args: any[]) => void; checkOptions: import("vue").Ref<{ [x: string]: any; value: string | number; label: string; color?: string | undefined; }[], import("./src/type").DictOption[] | { [x: string]: any; value: string | number; label: string; color?: string | undefined; }[]>; checkboxArray: import("vue").Ref<(string | number)[], (string | number)[]>; loadDictOptions: () => Promise; initOptions: () => Promise; handleChange: (checkedValues: (string | number)[]) => void; getDicColor: (value: string | number) => string | null; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:value")[], import("vue").PublicProps, { value: string | number; options: import("./src/type").DictOption[]; dictCode: string; useDicColor: boolean; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: undefined; }; dictCode: { type: StringConstructor; default: string; }; useDicColor: { type: BooleanConstructor; default: boolean; }; options: { type: import("vue").PropType; default: () => never[]; }; }>> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:value"?: ((...args: any[]) => any) | undefined; }>, { props: any; emit: (event: "change" | "update:value", ...args: any[]) => void; checkOptions: import("vue").Ref<{ [x: string]: any; value: string | number; label: string; color?: string | undefined; }[], import("./src/type").DictOption[] | { [x: string]: any; value: string | number; label: string; color?: string | undefined; }[]>; checkboxArray: import("vue").Ref<(string | number)[], (string | number)[]>; loadDictOptions: () => Promise; initOptions: () => Promise; handleChange: (checkedValues: (string | number)[]) => void; getDicColor: (value: string | number) => string | null; }, {}, {}, {}, { value: string | number; options: import("./src/type").DictOption[]; dictCode: string; useDicColor: boolean; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase; default: undefined; }; dictCode: { type: StringConstructor; default: string; }; useDicColor: { type: BooleanConstructor; default: boolean; }; options: { type: import("vue").PropType; default: () => never[]; }; }>> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:value"?: ((...args: any[]) => any) | undefined; }>, { props: any; emit: (event: "change" | "update:value", ...args: any[]) => void; checkOptions: import("vue").Ref<{ [x: string]: any; value: string | number; label: string; color?: string | undefined; }[], import("./src/type").DictOption[] | { [x: string]: any; value: string | number; label: string; color?: string | undefined; }[]>; checkboxArray: import("vue").Ref<(string | number)[], (string | number)[]>; loadDictOptions: () => Promise; initOptions: () => Promise; handleChange: (checkedValues: (string | number)[]) => void; getDicColor: (value: string | number) => string | null; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:value")[], "change" | "update:value", { value: string | number; options: import("./src/type").DictOption[]; dictCode: string; useDicColor: boolean; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin) & Record; export default PgzCheckbox; export * from './src/type';