type Props = {}; declare const DoubleAccountChecker: (props: Props) => string; export default DoubleAccountChecker;