/// import type { TOTPMFACommonProps } from "../../../types"; export declare const DeviceSetupFooter: import("react").ComponentType< TOTPMFACommonProps & { onSignOutClicked: () => void; } >;