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