import { RowData, TableOptions } from '@tanstack/table-core'; export declare function flexRender(Comp: ((props: TProps) => string) | string | undefined, props: TProps): string; export declare function useStencilTable(options: TableOptions): import("@tanstack/table-core").Table;