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").StyledComponent<"div", any, {}, never>;
