export interface VoidBox {
	type: 'void-box';
	boxSize: number;
}
