import { DefinitionListItem } from "./components/DefinitionListItem.js";
import type { DefinitionListProps } from "./types.js";
import "./DefinitionList.css";
export declare function DefinitionList(rawProps: DefinitionListProps): import("react/jsx-runtime").JSX.Element;
export declare namespace DefinitionList {
    var Item: typeof DefinitionListItem;
    var displayName: string;
}
