import React from 'react'; import type { PropsWithChildren } from 'react'; import type { EmptyProps } from '../../../index'; import type { CreateButtonProps } from './CreateButton'; export declare type TableEmptyProps = PropsWithChildren; export declare function TableEmpty({ createButton, enableCreate, clickCreateButtonFn, children, ...emptyProps }: TableEmptyProps): React.JSX.Element; //# sourceMappingURL=index.d.ts.map