export declare class GridToggleComponent { gridView: boolean; viewIcon: string; viewTooltip: string; constructor(); gridViewToggle(): void; }