export declare const CheckoutContainer: import("styled-components").StyledComponent<"section", import("styled-components").DefaultTheme, {}, never>; export declare const CheckoutTitle: import("styled-components").StyledComponent<"h2", import("styled-components").DefaultTheme, {}, never>; interface ICheckoutRowProperties { alignCenter?: boolean; } export declare const CheckoutRow: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ICheckoutRowProperties, never>; interface ICheckoutColProperties { flexStart?: boolean; } export declare const CheckoutCol: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ICheckoutColProperties, never>; export declare const CheckoutLeftItem: import("styled-components").StyledComponent<"strong", import("styled-components").DefaultTheme, {}, never>; export declare const CheckoutRightItem: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, {}, never>; export declare const CheckoutRightItemLight: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, {}, never>; export declare const CheckoutDivider: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const CheckoutTotalDivider: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const CheckoutButtonsContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const CheckoutItemBox: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const FeedbackItem: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; export {}; //# sourceMappingURL=styles.d.ts.map