import { Table } from '@tanstack/react-table'; import { StyledTableProps } from '../../types'; export declare function TableFooter>({ table, styledTableProps, canShowStickyFooter, }: { table: Table; styledTableProps: StyledTableProps; canShowStickyFooter: boolean; }): JSX.Element | null;