Repository URL to install this package:
|
Version:
2.1.16 ▾
|
/// <reference types="react" />
declare const StyledLabel: 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 StyledButton: 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 ItemWrapper: 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>>;
declare const IconWrapper: 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 NameOnCard: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const CardNumber: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const CardExpiry: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const CardInformation: 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 CardCvv: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const CardCvvInformation: 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 StyledPaymentsCardIcon: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const StyledInformationCard: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
export { StyledLabel, StyledButton, ItemWrapper, IconWrapper, CardNumber, CardExpiry, NameOnCard, CardInformation, CardCvv, CardCvvInformation, StyledPaymentsCardIcon, StyledInformationCard, };