import { CarouselNewProps as CarouselProps } from './Carousel.types'; export declare const IconButtonComponent: import("react").FunctionComponent & ((Omit, "value"> & import("../../..").AsProps & { text?: string; contentLeft?: import("react").ReactNode; contentPlacing?: "default" | "relaxed"; additionalContent?: import("react").ReactNode; isLoading?: boolean; loader?: import("react").ReactNode; stretch?: boolean; stretching?: "fixed" | "auto" | "filled"; square?: boolean; focused?: boolean; disabled?: boolean; pin?: import("../../../utils/roundness").Pin; appearance?: "default" | "outline"; view?: string; size?: string; outlined?: boolean; shiftLeft?: boolean; shiftRight?: boolean; blur?: import("../../..").Blur; } & { value?: string | number; contentRight?: never; } & import("react").RefAttributes) | (Omit, "value"> & import("../../..").AsProps & { text?: string; contentLeft?: import("react").ReactNode; contentPlacing?: "default" | "relaxed"; additionalContent?: import("react").ReactNode; isLoading?: boolean; loader?: import("react").ReactNode; stretch?: boolean; stretching?: "fixed" | "auto" | "filled"; square?: boolean; focused?: boolean; disabled?: boolean; pin?: import("../../../utils/roundness").Pin; appearance?: "default" | "outline"; view?: string; size?: string; outlined?: boolean; shiftLeft?: boolean; shiftRight?: boolean; blur?: import("../../..").Blur; } & { value?: never; contentRight?: import("react").ReactNode; } & import("react").RefAttributes))>; export declare const base: import("styled-components").FlattenSimpleInterpolation; export declare const CarouselWrapper: import("styled-components").StyledComponent<"div", any, { isSwipeEnabled?: boolean; }, never>; export declare const CarouselTrack: import("styled-components").StyledComponent<"div", any, { gap: Exclude; }, never>; export declare const CarouselVirtualItem: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const IconButton: import("styled-components").StyledComponent & ((Omit, "value"> & import("../../..").AsProps & { text?: string; contentLeft?: import("react").ReactNode; contentPlacing?: "default" | "relaxed"; additionalContent?: import("react").ReactNode; isLoading?: boolean; loader?: import("react").ReactNode; stretch?: boolean; stretching?: "fixed" | "auto" | "filled"; square?: boolean; focused?: boolean; disabled?: boolean; pin?: import("../../../utils/roundness").Pin; appearance?: "default" | "outline"; view?: string; size?: string; outlined?: boolean; shiftLeft?: boolean; shiftRight?: boolean; blur?: import("../../..").Blur; } & { value?: string | number; contentRight?: never; } & import("react").RefAttributes) | (Omit, "value"> & import("../../..").AsProps & { text?: string; contentLeft?: import("react").ReactNode; contentPlacing?: "default" | "relaxed"; additionalContent?: import("react").ReactNode; isLoading?: boolean; loader?: import("react").ReactNode; stretch?: boolean; stretching?: "fixed" | "auto" | "filled"; square?: boolean; focused?: boolean; disabled?: boolean; pin?: import("../../../utils/roundness").Pin; appearance?: "default" | "outline"; view?: string; size?: string; outlined?: boolean; shiftLeft?: boolean; shiftRight?: boolean; blur?: import("../../..").Blur; } & { value?: never; contentRight?: import("react").ReactNode; } & import("react").RefAttributes))>, any, {}, never>; export declare const ControlsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; //# sourceMappingURL=Carousel.styles.d.ts.map