import { FunctionComponent } from 'react';
import { TaroPriceProps } from "../../types";
export declare const Price: FunctionComponent<Partial<TaroPriceProps>>;
