import type { ThemeProps, ThemeState } from '../types'; export declare function ThemeDebug({ themeState, themeProps, children, }: { themeState: ThemeState; themeProps: ThemeProps; children: any; }): any; export declare namespace ThemeDebug { var displayName: string; } //# sourceMappingURL=ThemeDebug.d.ts.map