import { PriceProps as BaseProps } from '@sberdevices/plasma-core'; export interface PriceProps extends BaseProps { } /** * Компонент для отображения цены / стоимости / суммы. */ export declare const Price: import("styled-components").StyledComponent, any, {}, never>; //# sourceMappingURL=Price.d.ts.map