type Args = {
    children: React.ReactNode;
    forceSetup?: boolean;
    setupUrl: string;
    verifyUrl: string;
};
export default function TOTPProviderClient(args: Args): import("react").ReactNode;
export {};
