import DividerLine from '../elements/DividerLine';
import Shape from '../elements/Shape';

export type Child = Shape | DividerLine;
