import { default as MainType } from './src/main.vue'; export declare const OsCheckbox: import('../../utils/with-install').SFCWithInstall; readonly default: "default"; }; readonly label: { readonly type: StringConstructor; readonly default: ""; }; readonly modelValue: { readonly type: import('vue').PropType; readonly default: false; }; readonly trueValue: { readonly type: import('vue').PropType; readonly default: true; }; readonly falseValue: { readonly type: import('vue').PropType; readonly default: false; }; readonly disabled: BooleanConstructor; readonly indeterminate: { readonly type: BooleanConstructor; readonly default: false; }; }>, { isChecked: import('vue').ComputedRef; handleChange: (v: any) => void; trueVal: import('vue').Ref; disabled: import('vue').ComputedRef; size: import('vue').ComputedRef; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; readonly default: "default"; }; readonly label: { readonly type: StringConstructor; readonly default: ""; }; readonly modelValue: { readonly type: import('vue').PropType; readonly default: false; }; readonly trueValue: { readonly type: import('vue').PropType; readonly default: true; }; readonly falseValue: { readonly type: import('vue').PropType; readonly default: false; }; readonly disabled: BooleanConstructor; readonly indeterminate: { readonly type: BooleanConstructor; readonly default: false; }; }>> & Readonly<{}>, { readonly size: import('../button').ButtonSize; readonly disabled: boolean; readonly label: string; readonly modelValue: any; readonly trueValue: any; readonly falseValue: any; readonly indeterminate: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> & Record; export type CheckboxInstance = InstanceType; export default OsCheckbox; export type * from './src/main';