Repository URL to install this package:
|
Version:
2.8.0-studio-release ▾
|
/// <reference types="react" />
declare const SignUpFormWrapper: 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>>;
declare const StyledHeading: 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 { SignUpFormWrapper, StyledHeading };