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