import React from 'react'; import { RootProps } from '../../engines'; import { PriceProps } from './Price.types'; /** * Компонент для отображения цены / стоимости / суммы. */ export declare const priceRoot: (Root: RootProps>) => React.ForwardRefExoticComponent>; export declare const priceConfig: { name: string; tag: string; layout: (Root: RootProps>) => React.ForwardRefExoticComponent>; base: import("styled-components").FlattenSimpleInterpolation; variations: { view: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { view: string; }; }; //# sourceMappingURL=Price.d.ts.map