import { Table } from '@tanstack/react-table'; import { StyledTableProps } from '../types'; export declare const useStyledTable: >(props: StyledTableProps) => { table: Table; };