Repository URL to install this package:
|
Version:
2.1.0 ▾
|
/// <reference types="react" />
declare const Title: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const HeaderButton: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledAddress: 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 HeaderWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
export { Title, HeaderButton, StyledAddress, HeaderWrapper };