import type { RTALabel } from './rta-label.js';
/**
 * Arbitrary labels as meta information
 */
export type RTALabelList = RTALabel[];
//# sourceMappingURL=rta-label-list.d.ts.map