import type { GlobalTheme } from '../global'; declare const getSwipeableTheme: (theme: GlobalTheme) => { colors: { success: string; danger: string; primary: string; defaultContainerBackground: string; }; radii: { swipeableContainer: number; }; space: { containerExtraWidth: number; }; }; export default getSwipeableTheme;