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