import { SetupContext } from 'vue'; import { BPricingPlanProps } from './BPricingPlan'; export declare type BPricingPlanPriceProps = Omit; export default function BPricingPlanPrice(props: BPricingPlanPriceProps, { attrs, slots }: SetupContext): import("vue").VNode;