import Price from './src/price.vue'; export declare const YhPrice: any; export default YhPrice; export * from './src/price'; export type PriceInstance = InstanceType; export type YhPriceInstance = PriceInstance; export type YhPriceProps = import('./src/price').PriceProps; export type YhPriceSlots = import('./src/price').PriceSlots;