import { TranslateFuncType } from '../../util/models';
interface NoEventsProps {
    t: TranslateFuncType;
}
export default function NoEvents(props: NoEventsProps): import("react/jsx-runtime").JSX.Element;
export {};
