import React from 'react';
import './Price.scss';
interface PriceProps {
    hidden?: boolean;
    inverse?: boolean;
    savings?: boolean;
    small?: boolean;
}
export declare const Price: React.FC<PriceProps>;
export {};
