/// import { IPlainCardProps } from './PlainCard.types'; export declare const PlainCard: (props: IPlainCardProps) => JSX.Element;