import { Primitive } from "@loke/ui/primitive"; import { type ComponentPropsWithoutRef } from "react"; type PrimitiveLabelProps = ComponentPropsWithoutRef; interface LabelProps extends PrimitiveLabelProps { } declare const Label: import("react").ForwardRefExoticComponent>; declare const Root: import("react").ForwardRefExoticComponent>; export { Label, Root, }; export type { LabelProps };