export declare const InfoSectionContainer: import("styled-components").StyledComponent<"section", import("styled-components").DefaultTheme, {}, never>; export declare const InfoSectionWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const InfoSectionContainerTicket: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { isOnCheckout: boolean; }, never>; export declare const InfoSectionAvatar: import("styled-components").StyledComponent<"img", import("styled-components").DefaultTheme, {}, never>; export declare const InfoSectionTitle: import("styled-components").StyledComponent<"h3", import("styled-components").DefaultTheme, {}, never>; export declare const InfoSectionUser: import("styled-components").StyledComponent<"h4", import("styled-components").DefaultTheme, {}, never>; export declare const InfoSectionAssetAndTimer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const InfoSectionText: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, {}, never>; export declare const InfoSectionHeader: import("styled-components").StyledComponent<"header", import("styled-components").DefaultTheme, {}, never>; export declare const InfoSectionItems: import("styled-components").StyledComponent<"ul", import("styled-components").DefaultTheme, {}, never>; export declare const InfoSectionItem: import("styled-components").StyledComponent<"li", import("styled-components").DefaultTheme, {}, never>; export declare const InfoSectionItemCard: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; declare type TInfoFadeItemProperties = { isFadingIn: boolean; }; export declare const InfoFadeItem: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, TInfoFadeItemProperties, never>; export {}; //# sourceMappingURL=styles.d.ts.map