export declare class DropdownHeader { /** * Display name of the header */ label?: string; render(): any; }