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