import React from 'react'; export declare type SliderProps = { curFrame: number; children?: React.ReactNode; framePad?: number; verticalPad?: number; fixHeightToTallest?: boolean; fixHeightToParent?: boolean; transition?: string; height?: string; width?: string; }; export declare const Slider: React.MemoExoticComponent<(props: SliderProps) => JSX.Element>; //# sourceMappingURL=Slider.d.ts.map