import { PropsWithChildrenAndClassName } from '../../types'; /** * Legend description */ declare function LegendPosition({ children, className, ...props }: PropsWithChildrenAndClassName): import("react/jsx-runtime").JSX.Element; export { LegendPosition };