/// export declare type WebauthnMFAFooterProps = { onSignOutClicked: () => void; }; export declare const WebauthnMFAFooter: import("react").ComponentType;