import { ReactNode } from 'react'; import { CommonEmptyStateProps } from '../CommonEmptyState'; export interface CommonTableEmptyStateProps extends Partial { children?: ReactNode; } /** * @deprecated * Use instead: `import { CollectionEmptyState } from '@wix/cairo';` */ export declare function CommonTableEmptyState(props: CommonTableEmptyStateProps): JSX.Element; //# sourceMappingURL=CommonTableEmptyState.d.ts.map