import { PureComponent } from "react"; import { CardUserInterface } from "../../interfaces/interfaces/CardUserInterface"; export declare class CardUser extends PureComponent { constructor(props: any); render(): JSX.Element; }