declare const _default: import('vue').DefineComponent<{}, {
    $emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
    required: boolean;
    color: string;
    size: string;
    disabled: boolean;
    label: string;
    modelValue: boolean;
    description: string;
    $props: {
        readonly required?: boolean | undefined;
        readonly color?: string | undefined;
        readonly size?: string | undefined;
        readonly disabled?: boolean | undefined;
        readonly label?: string | undefined;
        readonly modelValue?: boolean | undefined;
        readonly description?: string | undefined;
    };
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
export default _default;
//# sourceMappingURL=Switch.vue.d.ts.map