/// export interface MaybeInterface { children: React.ReactNode; check?: boolean; empty?: React.ReactNode; }