import type { UdpTheme } from './theme.types'; /** * Typed theme hook that includes Unity-specific extensions (e.g. isInitialized). */ export declare const useTheme: () => UdpTheme; //# sourceMappingURL=useTheme.d.ts.map