Repository URL to install this package:
|
Version:
2.7.3 ▾
|
/// <reference types="react" />
declare const StyledText: any;
declare const Name: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const AddressLine1: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const AddressLine2: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const City: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const Country: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const State: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const PostalCode: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const AddressWrapper: 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 { AddressWrapper, Name, AddressLine1, AddressLine2, City, Country, State, PostalCode, StyledText, };