import { Label } from './Label';
export declare type LabelIndex = Record<string, Label>;
