type Props = { config: any; }; declare const EventScreen: ({ config }: Props) => import("react/jsx-runtime").JSX.Element; export default EventScreen;