export type SubMenuColumnProps = { children: React.ReactNode title?: string isExternal?: boolean className?: string }