import Label from '../classes/Label.js';
import '../types/LabelIdType.js';
import '../types/StepLabelType.js';
import '@drincs/pixi-vn/dist/override';
import '../classes/LabelAbstract.js';
import '../types/StepHistoryDataType.js';
import '../interface/LabelProps.js';

declare const pixivnTestStartLabel: Label<{}>;
declare const pixivnTestStartLabel2: Label<{}>;

export { pixivnTestStartLabel, pixivnTestStartLabel2 };
