import { PropsWithChildrenAndClassName } from '../../types'; /** * **JSON-format type: definitionTerm** * * The term that is being defined by the following `definitionDescription` element(s). * * Children: `[any+]` * * @param children * @param className * @param props * @constructor */ export declare function DefinitionTerm({ children, className, ...props }: PropsWithChildrenAndClassName): import("react/jsx-runtime").JSX.Element;