export declare class Tab {
  header: string;
  disabled: boolean;
  open: boolean;
  type: string;
  render(): any;
}
