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