/// type Props = { isLoading: boolean; }; export declare const MfaSection: ({ isLoading }: Props) => JSX.Element | null; export {};