import * as React from 'react'; import type { IPlainCardProps } from './PlainCard.types'; export declare const PlainCard: React.FunctionComponent;