import React from 'react'; import { STableProps } from './types'; declare function STableInner>({ isSeq, pagination, columns, ...props }: STableProps): React.JSX.Element; declare const STable: typeof STableInner; export default STable;