import { FunctionComponent, VNode } from 'preact'; import { HTMLAttributes } from 'preact/compat'; export interface PriceProps extends HTMLAttributes { price?: VNode; specialPrice?: VNode; tiers?: VNode; } export declare const Price: FunctionComponent; //# sourceMappingURL=Price.d.ts.map