import { IStyle } from 'fela'; import { IVerticalSliderProps } from './VerticalSlider'; import { IAppStyle } from '../../theme'; export declare const containerStyle: IAppStyle; export declare const frontStyle: () => IStyle; export declare const backStyle: () => IStyle;