import { type LabelHTMLAttributes } from "vue";
import { type BaseInteractiveProps, type LabelProps, type LinkableByIdProps, type TailwindClassProp } from "../shared/props.js";
type RealProps = LinkableByIdProps & LabelProps & BaseInteractiveProps & {
unstyled?: boolean;
valid?: boolean;
};
interface Props extends
/** @vue-ignore */
Partial & TailwindClassProp>, RealProps {
}
declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {
disabled: boolean;
id: string;
readonly: boolean;
border: boolean;
unstyle: boolean;
unstyled: boolean;
valid: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
default?(_: {}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=LibLabel.vue.d.ts.map