import { TileCellStructuralComponent } from '@kokiri/core/dist/tile'; export default class TileCell extends TileCellStructuralComponent { private get computedStyle(); updated(): void; }