declare const _default: {
    '.uk-slideshow': {
        WebkitTapHighlightColor: string;
    };
    '.uk-slideshow-items': {
        position: string;
        zIndex: string;
        margin: string;
        padding: string;
        listStyle: string;
        overflow: string;
        WebkitTouchCallout: string;
        touchAction: string;
    };
    '.uk-slideshow-items > *': {
        position: string;
        top: string;
        left: string;
        right: string;
        bottom: string;
        overflow: string;
        willChange: string;
    };
    '.uk-slideshow-items > :not(.uk-active)': {
        display: string;
    };
};
export default _default;
