export declare function isHiddenNavigationScene(name: string | null, props: any): boolean; export declare function isHiddenStyleProp(s: any): boolean; export declare function isLogBoxSubtree(name: string | null): boolean; export declare function isHiddenStyle(s: any): boolean; export declare const VISIBILITY_HELPERS_JS: string; export declare const NATIVE_SHEET_REGISTRY: { component: string; openMarkers: string[]; kind: "sheet"; }[]; export declare function detectNativeSheet(markerNames: string[]): { kind: "sheet"; component: string; } | null; export declare const NATIVE_SHEET_MARKER_RE_SRC: string; //# sourceMappingURL=visibility.d.ts.map