import { FunctionComponent } from 'react'; interface PricingProps { space: any; } declare const Pricing: FunctionComponent; export default Pricing;