/// import { ThemeProps } from "../../../../misc"; export declare const VaccinationImage: import("@emotion/styled").StyledComponent<{ alt: string; backupSrc?: string; placeholderSrc?: string; } & import("react").ClassAttributes & import("react").ImgHTMLAttributes & { theme?: import("@emotion/react").Theme; }, {}, {}>; export declare const VaccinationWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & ThemeProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledCalendarDayIcon: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & ThemeProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledUsersIcon: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & ThemeProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledInfoGroup: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & ThemeProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const GeneralInfoContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ProductImage: import("@emotion/styled").StyledComponent<{ alt: string; backupSrc?: string; unoptimized?: boolean; placeholderSrc?: string; width?: number; quality?: number; } & import("react").ClassAttributes & import("react").ImgHTMLAttributes & { theme?: import("@emotion/react").Theme; }, {}, {}>; export declare const ProductContent: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ImageCarouselContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledImageCarousel: import("@emotion/styled").StyledComponent<{ slidesToShow?: number; } & import("@mantine/carousel").CarouselProps & { theme?: import("@emotion/react").Theme; } & { isMobile?: boolean; isCarouselParallax?: boolean; }, {}, {}>; export declare const CarouselImageItemWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const CarouselImageItemWrapperMobile: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const CarouselImageItem: import("@emotion/styled").StyledComponent<{ alt: string; backupSrc?: string; unoptimized?: boolean; placeholderSrc?: string; width?: number; quality?: number; } & import("react").ClassAttributes & import("react").ImgHTMLAttributes & { theme?: import("@emotion/react").Theme; } & { isMobile?: boolean; }, {}, {}>; export declare const FixedHeroSection: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & { scrollIndex?: number; hidden?: boolean; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const FixedHeroSpacer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ContentOverlayWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ContentOverlayWrapperParallax: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;