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