import { AboutDialogItem, HoistModel } from '@xh/hoist/core'; /** * @internal */ export declare class AboutDialogModel extends HoistModel { xhImpl: boolean; isOpen: boolean; constructor(); init(): void; show(): void; hide(): void; getTable(): import("react").ReactElement, HTMLTableElement>, any>; getItems(): AboutDialogItem[]; }