import { SystemBarStyle } from "./types";
export declare const NativeModule: {
    navigationBarHeight: number;
    setStatusBarStyle: (style: SystemBarStyle) => void;
    setNavigationBarStyle: (style: SystemBarStyle) => void;
} | undefined;
