import type { PlatformOSType } from "react-native"; export declare const hasDarkPseudoClass: (string: string) => boolean; export declare function normalizeCssSelector(selector: string): string; export interface StateBitOptions { darkMode?: boolean; platform?: PlatformOSType; rtl?: boolean; baseBit?: number; } export declare function createAtRuleSelector(className: string, atRuleIndex: number): string;