import { VNode } from "../../../stencil-public-runtime"; import { SmoothlyTableExpandableCellCustomEvent } from "../../../components"; export declare class SmoothlyTableRow { private expandableCells; smoothlyTableExpandableCellRegisterHandler(event: SmoothlyTableExpandableCellCustomEvent): void; smoothlyTableExpandableCellChangeHandler(event: SmoothlyTableExpandableCellCustomEvent): void; render(): VNode | VNode[]; }