import { default as React } from 'react';
import { VerificationService } from '../../lib/types/types';
interface Props {
verificationService: VerificationService;
}
declare const TestModeFlagComponent: ({ verificationService }: Props) => React.JSX.Element;
export { TestModeFlagComponent };