/** * html/dl — variant-styled
,
, and
primitives for semantic * description lists (label/value fact surfaces such as EntitySummary). */ import { type HTMLAttributes } from "react"; export type DlProps = HTMLAttributes; export declare const Dl: import("react").ForwardRefExoticComponent>; export type DtProps = HTMLAttributes; export declare const Dt: import("react").ForwardRefExoticComponent>; export type DdProps = HTMLAttributes; export declare const Dd: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=dl.d.ts.map