Repository URL to install this package:
|
Version:
2.7.3 ▾
|
/// <reference types="react" />
declare const Heading: 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 FormWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<Pick<Partial<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>>, never> & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>, any, Pick<Partial<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>>, never> & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>>;
export { Heading, FormWrapper };