import { TableProps, EmptyProps } from "grc-base"; export interface TableComponentProps extends TableProps { empty?: EmptyProps; }