Repository URL to install this package:
|
Version:
2.8.4 ▾
|
/// <reference types="react" />
declare const CreditLabel: 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>>;
declare const Price: 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>>;
declare const DashboardTitle: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
export { CreditLabel, Price, DashboardTitle };