import { HTMLAttributes } from 'vue';
import { LabelProps } from 'radix-vue';
type __VLS_Props = LabelProps & {
required?: boolean;
disabled?: boolean;
class?: HTMLAttributes['class'];
};
declare var __VLS_14: {}, __VLS_22: {}, __VLS_30: {}, __VLS_38: {}, __VLS_46: {}, __VLS_54: {};
type __VLS_Slots = {} & {
default?: (props: typeof __VLS_14) => any;
} & {
label?: (props: typeof __VLS_22) => any;
} & {
sublabel?: (props: typeof __VLS_30) => any;
} & {
badge?: (props: typeof __VLS_38) => any;
} & {
description?: (props: typeof __VLS_46) => any;
} & {
linkButton?: (props: typeof __VLS_54) => any;
};
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
declare const __VLS_export: __VLS_WithSlots;
declare const _default: typeof __VLS_export;
export default _default;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};