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

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

export { pixivnTestStartLabel, pixivnTestStartLabel2 };
