/**
 * @license EUPL-1.2+
 * Copyright Gemeente Amsterdam
 */
export { Breakout } from './Breakout';
export type { BreakoutProps } from './Breakout';
export type { BreakoutCellProps } from './BreakoutCell';
