/// export interface DummyBoxProps extends Omit, 'children'> { width?: string; height?: string; radius?: string; }