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