import { RTLState } from '../types'; /** * Singleton composable for RTL state * Returns the same reactive state instance across all components * Automatically initializes on first use */ export declare function useRTL(): RTLState;