import React from "react";
import { LogoutOptions } from "../types";
interface LogoutButtonProps {
    children?: React.ReactNode;
    className?: string;
    options?: LogoutOptions;
}
export declare function LogoutButton({ children, className, options }: LogoutButtonProps): import("react/jsx-runtime").JSX.Element | null;
export {};
//# sourceMappingURL=LogoutButton.d.ts.map