export declare const registerLabelComponent: (type: string, LabelClass: any) => void;
export declare const getLabelComponent: (type: string) => any;
