export declare class TopAppBarAction { label: string; actionTitle: string; icon?: string; render(): void; }