import React from 'react'; import { TableProps } from '@wix/design-system'; import { FiltersMap } from '@wix/bex-core'; import { ToolbarCollectionState } from '../../state'; export interface TableSkeletonProps { state: ToolbarCollectionState; dataHook?: string; rowsCount?: number; showTitleBar?: boolean; rowVerticalPadding?: TableProps['rowVerticalPadding']; } export declare function _TableSkeleton(props: TableSkeletonProps): React.JSX.Element | null; export declare const TableSkeleton: typeof _TableSkeleton & { displayName: string; }; //# sourceMappingURL=TableSkeleton.d.ts.map