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