/** * * @uiName Big Stat * @slot the description of the component */ export declare class BigStat { /** * Select what type of stat to display. Manual paths are also supported. * * @uiWidget StatTypeSelectWidget * @uiName Stat Type */ statType: string; ignored: boolean; constructor(); disconnectedCallback(): void; render(): any; }