import * as React from 'react'; export interface ICardProps { title: string; } export declare const Card: React.FC;