/**
 * @license EUPL-1.2+
 * Copyright Gemeente Amsterdam
 */
export { Figure } from './Figure';
export type { FigureProps } from './Figure';
