import React from 'react'; export type CatalogDomainsCellProps = { domains: string[]; }; export declare function CatalogDomainsCell({ domains }: CatalogDomainsCellProps): React.JSX.Element;