export declare class ClaLabel { /** * If 'true', the label is hidden */ hidden: boolean; render(): any; }