import { FunctionComponent } from 'react'; import { NotifyCardProps } from './types'; declare const Card: FunctionComponent; export default Card;