/** * Component for manipulating a boolean value */ declare const _default: import('vue').DefineComponent<{ /** * The label text for the component (optional) */ label?: string; /** * The current boolean value of the component (represents 'on' | 'off' states generally). */ modelValue?: boolean; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "update:modelValue": (value: boolean) => any; }, string, import('vue').PublicProps, Readonly<{ /** * The label text for the component (optional) */ label?: string; /** * The current boolean value of the component (represents 'on' | 'off' states generally). */ modelValue?: boolean; }> & Readonly<{ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default; //# sourceMappingURL=PlToggleSwitch.vue.d.ts.map