import Natural from "./Natural";
declare class BankerNatural extends Natural {
}
export default BankerNatural;
