import type { ScreenProps } from '../../focusManager/types'; export default function Screen({ children, style }: ScreenProps): JSX.Element; //# sourceMappingURL=index.d.ts.map