import { TableNode } from '@table-library/react-table-library/table/index'; import { Column } from '@table-library/react-table-library/types/compact'; declare type FooterProps = { columns: Column[]; }; export declare const CompactFooter: ({ columns }: FooterProps) => import("@emotion/react/jsx-runtime").JSX.Element; export {};