import { Animated } from 'react-native'; export declare const useToast: (visible?: boolean, duration?: number, position?: 'top' | 'bottom', onHide?: ((visible: boolean) => void) | undefined) => { show: boolean | undefined; translateY: Animated.Value; };