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