import { DekPluginElementProps } from '@appkit/dek-plugin'; type Props = DekPluginElementProps & { layout?: string; }; declare const BoardWrapper: ({ api, layout }: Props) => import("react/jsx-runtime").JSX.Element; export default BoardWrapper;