import type { DescriptionListProps } from "./lib/types"; export default function DescriptionList({ descriptionTermMaxWidth, layout, autoLayoutBreakpoint, showDivider, density, fontSize, lineHeight, children, ...props }: DescriptionListProps): import("react/jsx-runtime").JSX.Element;