import type { BackdropProps } from './Backdrop.d'; export default function Backdrop({ children, onPress, visible, }: BackdropProps): JSX.Element;