export type TableFeedCardsProps = {
    tableEntityId: string;
};
declare function TableFeedCards({ tableEntityId }: TableFeedCardsProps): import("react/jsx-runtime").JSX.Element;
export default TableFeedCards;
//# sourceMappingURL=TableFeedCards.d.ts.map