/** * @param props {object} * @param props.open {boolean} whether the dialog is shown * @param props.onClose {() => void} called after an action completes and on a * dismiss/cancel (which runs no logout) * @returns {ReactNode} */ export declare function LogoutDialog({ open, onClose }: { open: boolean; onClose: () => void; }): import("react").JSX.Element; //# sourceMappingURL=LogoutDialog.d.ts.map