import React from 'react'; declare const Switch: ({ value, onPress, style, duration, trackColors, disabled, }: { value: any; onPress: any; style: any; duration?: number | undefined; trackColors?: { on: string; off: string; } | undefined; disabled?: boolean | undefined; }) => React.JSX.Element; export default Switch; //# sourceMappingURL=switch.d.ts.map