import { LayoutGridCellBase } from './layout-grid-cell-base.js'; declare global { interface HTMLElementTagNameMap { 'bp-layout-grid-cell': LayoutGridCell; } } export default class LayoutGridCell extends LayoutGridCellBase { static styles: import("lit").CSSResult[]; }