///
export interface PropsType {
strikethrough?: boolean;
}
declare const StyledPriceTag: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, PropsType>>;
export default StyledPriceTag;