/// import { ClickableProps } from "../Clickable"; /** CarouselNavigationProps */ export declare type CarouselNavigationProps = ClickableProps; /** * Default next button */ export declare const CarouselNext: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLButtonElement>, "cursor" | "textDecoration" | keyof import("..").BoxProps | keyof import("react").ButtonHTMLAttributes> & import("react").ButtonHTMLAttributes & import("..").BoxProps & { cursor?: import("styled-system").ResponsiveValue>> | undefined; textDecoration?: import("styled-system").ResponsiveValue>> | undefined; }, "ref"> & { ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined; }, never>, never>> & string; /** * Default previous button */ export declare const CarouselPrevious: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLButtonElement>, "cursor" | "textDecoration" | keyof import("..").BoxProps | keyof import("react").ButtonHTMLAttributes> & import("react").ButtonHTMLAttributes & import("..").BoxProps & { cursor?: import("styled-system").ResponsiveValue>> | undefined; textDecoration?: import("styled-system").ResponsiveValue>> | undefined; }, "ref"> & { ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject | null | undefined; }, never>, never>> & string;