import { DekPluginElementProps } from '@appkit/dek-plugin'; type Props = DekPluginElementProps; declare const MainBoard: (props: Props) => import("react/jsx-runtime").JSX.Element; export default MainBoard;