import type { FunctionalComponent } from 'vue'; declare const PriceTag: FunctionalComponent<{}, {}>; export default PriceTag;