import React from 'react';
export type CatalogLastUpdateCellProps = {
    lastModified: string;
};
export declare function CatalogLastUpdateCell({ lastModified, }: CatalogLastUpdateCellProps): React.ReactElement;
