import { DefinitionListItem } from "./components/DefinitionListItem.js";
import type { DefinitionListProps } from "./types.js";
import "./DefinitionList.css";
export declare function DefinitionList({ responsive, direction, nameMaxWidth, contentMaxWidth, className, children, qa, ...restProps }: DefinitionListProps): import("react/jsx-runtime").JSX.Element;
export declare namespace DefinitionList {
    var Item: typeof DefinitionListItem;
    var displayName: string;
}
