/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * @hidden */ export interface FooterProps { staticHeaders: boolean; row?: any; columnResize: { colGroupFooter: HTMLTableColElement | null; }; cols: any[]; size: string; } /** * @hidden */ declare const Footer: import('vue').DefineComponent, { colGroupHeaderRef: import('vue').Ref; footerWrapRef: import('vue').Ref; }, { scrollbarWidth: number; rtl: boolean; tableWidth: any; }, { tableClass(): { [x: string]: any; 'k-table': boolean; 'k-grid-footer-table': boolean; }; tableStyle(): { width: any; }; }, { setScrollLeft(scrollLeft: number): void; setWidth(width: number): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly> & Readonly<{}>, { staticHeaders: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { Footer };