Repository URL to install this package:
|
Version:
2.1.14 ▾
|
/// <reference types="react" />
import { Text } from '@skava/ui/dist/components/atoms/Text';
declare const StyledOrderItemWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledHeading: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledShippingMethod: typeof Text;
declare const StyledButton: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledProductItem: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledLinkButton: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledAddressThemed: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<Pick<{
dataQa: string;
}, "dataQa"> & Pick<any, import("react").ReactText>, any, Pick<{
dataQa: string;
}, "dataQa"> & Pick<any, import("react").ReactText>>;
declare const StyledShippingMethodWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<Pick<Partial<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>>, never> & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>, any, Pick<Partial<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>>, never> & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>>;
declare const ShippingLabel: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const ShippingValue: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>;
export { StyledHeading, StyledShippingMethod, StyledButton, StyledProductItem, StyledLinkButton, StyledShippingMethodWrapper, ShippingLabel, ShippingValue, StyledAddressThemed, StyledOrderItemWrapper, };