export interface PlatformTheme { applyTheme(theme: string): void; applyFontSize(fontSize: string): void; getCurrentTheme(): string; watchSystemTheme(callback: (theme: string) => void): () => void; } //# sourceMappingURL=platform-theme.d.ts.map