import { Box } from '@umami/react-zen'; import type { BoxProps } from '@umami/react-zen/Box'; export function Panel(props: BoxProps) { return ; }