import { LegendProps } from './types';
declare const Legend: ({ text, isBold, className, align, legendSize, }: LegendProps) => import("react/jsx-runtime").JSX.Element;
export default Legend;
