type Reset2FAWarningProps = {
    onConfirm: () => void;
    onCancel: () => void;
};
export default function Reset2FAWarning(props: Reset2FAWarningProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=Reset2FAWarning.d.ts.map