export declare function getLabelData(): {
    NAME: string;
    getAttrs: (part: string) => Record<string, string> | undefined;
};
