Repository URL to install this package:
|
Version:
2.6.18 ▾
|
/// <reference types="react" />
declare const CartProductImage: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledBaseWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<Pick<{
'data-qa': string;
}, "data-qa"> & Pick<any, import("react").ReactText>, any, Pick<{
'data-qa': string;
}, "data-qa"> & Pick<any, import("react").ReactText>>;
export { CartProductImage, StyledBaseWrapper };