import AddTintRGBProperties from './tintrgb';

export default class TintRGBPlugin extends Phaser.Plugins.BasePlugin {
    add: typeof AddTintRGBProperties;
}