import React from 'react'; export interface ModalCardProps { mainModalCard: HTMLDivElement | null | undefined; big: boolean; } export declare const ModalCard: React.FC; //# sourceMappingURL=ModalCard.d.ts.map