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