1 | /// <reference types="react" />
|
2 | import type { EdgeInsets } from 'react-native-safe-area-context';
|
3 | import type { Layout } from '../types';
|
4 | declare type Props = {
|
5 | dark: boolean | undefined;
|
6 | layout: Layout;
|
7 | insets: EdgeInsets;
|
8 | style: any;
|
9 | };
|
10 | export default function ModalStatusBarManager({ dark, layout, insets, style, }: Props): JSX.Element;
|
11 | export {};
|
12 | //# sourceMappingURL=ModalStatusBarManager.d.ts.map |
\ | No newline at end of file |