import type { FC } from 'react'; import type { TableCellProps } from '../..'; export declare const DateEditableCell: (props: TableCellProps) => import("react/jsx-runtime").JSX.Element; export declare const TableExample: FC; //# sourceMappingURL=table.d.ts.map