import { PageTableProps } from './PageTable'; export type PageTableCardsProps = PageTableProps; export declare function PageTableCards(props: Readonly>): import("react/jsx-runtime").JSX.Element;