export declare function NoLabel(target: any, propertyKey: string): void; export declare function Label(label: string | null): (target: any, propertyKey: string) => void;