import { PropsWithChildrenAndClassName } from '../../types'; /** * **JSON-format type: legendDescription** * * A description of the legend in the `symbol` preceding the `legendDescription`. * * Children: `[any+]` * * @param children * @param className * @param props * @constructor */ declare function LegendDescription({ children, className, ...props }: PropsWithChildrenAndClassName): import("react/jsx-runtime").JSX.Element; export { LegendDescription };