import { WithOptions, WithSlides, WithState } from "./types";
declare type AutoPlayCreateParams = WithOptions & WithState & WithSlides;
export declare const sliderAutoPlayCreate: (params: AutoPlayCreateParams) => null;
export {};
//# sourceMappingURL=autoplay.d.ts.map