import { type PropType } from 'vue';
type ToggleSize = 'sm' | 'md' | 'lg' | 'xl';
declare var __VLS_1: {}, __VLS_3: {};
type __VLS_Slots = {} & {
    topTooltip?: (props: typeof __VLS_1) => any;
} & {
    tooltip?: (props: typeof __VLS_3) => any;
};
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    modelValue: {
        type: BooleanConstructor;
        default: boolean;
    };
    label: {
        type: StringConstructor;
        default: string;
    };
    topLabel: {
        type: StringConstructor;
        default: string;
    };
    size: {
        type: PropType<ToggleSize>;
        default: string;
    };
    disabled: {
        type: BooleanConstructor;
        default: boolean;
    };
    invalidMessage: {
        type: StringConstructor;
        default: string;
    };
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    "update:modelValue": (...args: any[]) => void;
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    modelValue: {
        type: BooleanConstructor;
        default: boolean;
    };
    label: {
        type: StringConstructor;
        default: string;
    };
    topLabel: {
        type: StringConstructor;
        default: string;
    };
    size: {
        type: PropType<ToggleSize>;
        default: string;
    };
    disabled: {
        type: BooleanConstructor;
        default: boolean;
    };
    invalidMessage: {
        type: StringConstructor;
        default: string;
    };
}>> & Readonly<{
    "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {
    size: ToggleSize;
    label: string;
    disabled: boolean;
    modelValue: boolean;
    invalidMessage: string;
    topLabel: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
export default _default;
type __VLS_WithSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
//# sourceMappingURL=NeToggle.vue.d.ts.map