interface Props { meetingUrl: string; onCancelClick: () => void; } export declare function MeetingCalenderPopup(props: Props): import("react/jsx-runtime").JSX.Element; export {};