/// interface IRsvpContainerPage { showSection?: boolean; eventId: number; } export declare const RsvpContainer: ({ showSection, eventId }: IRsvpContainerPage) => JSX.Element | null; export {};