export declare const AllProps: {
    autoPageDelay: number;
    direction: "horizontal";
    disabled: boolean;
    editable: boolean;
    jumpAhead: boolean;
    keepValuesOnUnmount: boolean;
    navButtonSize: "large";
    tooltipLocation: "bottom";
    tooltipOffset: number;
    tooltipTransition: string;
    transition: string;
    width: string;
};
