import * as React from 'react'; type TableBodyEmptyProps = React.PropsWithChildren<{ colspan: number; }>; export declare const TableBodyEmpty: React.FC; export {};