import IComponent from "./IComponent";
export default interface IComponentExperienceReward extends IComponent {
    on_death: string;
}
