import { ReactElement } from 'react'; import { ContentWithLegendProps } from './model/content-with-legend-model'; /** * Component to help lay out content alongside a `Legend` component based on the * configuration of the legend. * * See the documentation for the `Legend` component for more details about the * features and configuration of the legend. */ export declare function ContentWithLegend({ children, legendProps, width, height, spacing, legendSize, minChildrenWidth, minChildrenHeight, }: ContentWithLegendProps): ReactElement; //# sourceMappingURL=ContentWithLegend.d.ts.map