import { Pricing, Data } from '../typings'; declare const pricingSelector: (data: Data) => Pricing; export default pricingSelector;