import { default as React } from 'react'; export type PriceProps = React.ComponentPropsWithoutRef<"div">; export declare const Price: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>;