/*! * * Wijmo Library 5.20242.30 * https://developer.mescius.com/wijmo * * Copyright(c) MESCIUS inc. All rights reserved. * * Licensed under the End-User License Agreement For MESCIUS Wijmo Software. * us.sales@mescius.com * https://developer.mescius.com/wijmo/licensing * */ import { WjComponentBehavior, IPropsMeta } from 'wijmo/wijmo.webcomponents.base'; import * as wjcGridTransposedmultirow from 'wijmo/wijmo.grid.transposedmultirow'; export declare class WjcTransposedMultiRow extends wjcGridTransposedmultirow.TransposedMultiRow { _wjBehaviour: WjComponentBehavior; constructor(); static readonly observedAttributes: IPropsMeta; connectedCallback(): void; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; disconnectedCallback(): void; addEventListener(...args: any[]): void; }