import React from "react"; import { AccountTypePageProps } from "./AccountType.types"; declare const AccountTypePage: React.FC; export default AccountTypePage;