import React from 'react'; export type CatalogUserEntityCellProps = { name: string; email: string; }; export declare function CatalogUserEntityCell({ name, email }: CatalogUserEntityCellProps): React.JSX.Element; export declare const Email: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never> & Partial, HTMLDivElement>, never>>> & string;