import { ReactNode } from 'react'; export interface CollectionTableContentCardProps { children?: ReactNode; } export declare function CollectionTableContentCard(props: CollectionTableContentCardProps): JSX.Element; //# sourceMappingURL=CollectionTableContentCard.d.ts.map