import { CarouselItemProps, UpCarouselCustomStyles, UpCarouselItem, UpCarouselProps } from './types'; import { NestedCSSProperties } from 'typestyle/lib/types'; export declare const getCustomStyle: (key: keyof UpCarouselCustomStyles, props: Partial, selectedItem: CarouselItemProps, item?: CarouselItemProps) => NestedCSSProperties; export declare const getListStyles: (props: Partial, selectedItem: CarouselItemProps, item?: CarouselItemProps) => NestedCSSProperties; export declare const getItemStyles: (props: Partial, selectedItem: UpCarouselItem, item: UpCarouselItem) => NestedCSSProperties;