/// import { ToolsGroupType } from 'kgsheet'; interface Props { toolBars: ToolsGroupType[]; } export default function BaseLayout({ toolBars }: Props): JSX.Element; export {};