import { default as MainType } from './src/main.vue'; export declare const OsSwitch: import('../../utils/with-install').SFCWithInstall; readonly default: "default"; }; readonly trueLabel: { readonly type: StringConstructor; readonly default: ""; }; readonly falseLabel: { readonly type: StringConstructor; readonly default: ""; }; readonly modelValue: { readonly type: any; readonly default: undefined; }; readonly trueValue: { readonly type: any; readonly default: true; }; readonly falseValue: { readonly type: any; readonly default: false; }; readonly disabled: BooleanConstructor; readonly loading: { readonly type: BooleanConstructor; readonly default: false; }; readonly beforeChange: FunctionConstructor; }, { isChecked: import('vue').ComputedRef; handleChange: (v: any) => void; disabled: import('vue').ComputedRef; size: import('vue').ComputedRef; }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; readonly default: "default"; }; readonly trueLabel: { readonly type: StringConstructor; readonly default: ""; }; readonly falseLabel: { readonly type: StringConstructor; readonly default: ""; }; readonly modelValue: { readonly type: any; readonly default: undefined; }; readonly trueValue: { readonly type: any; readonly default: true; }; readonly falseValue: { readonly type: any; readonly default: false; }; readonly disabled: BooleanConstructor; readonly loading: { readonly type: BooleanConstructor; readonly default: false; }; readonly beforeChange: FunctionConstructor; }>>, { readonly size: import('../button').ButtonSize; readonly loading: boolean; readonly disabled: boolean; readonly modelValue: any; readonly trueValue: any; readonly falseValue: any; readonly trueLabel: string; readonly falseLabel: string; }, {}>> & Record; export type SwitchInstance = InstanceType; export default OsSwitch; export type * from './src/main';