import React from 'react'; import { IPlanCardProps } from './types'; declare const PlanCard: React.FC; export default PlanCard;