type ThemeColorProps = { source?: 'paper' | 'default'; }; /** * ThemeColor component is responsible for setting the theme color in the browser. * It uses the current theme mode and the theme object to set the theme color. */ declare function ThemeColor({ source }: ThemeColorProps): null; export { ThemeColor }; //# sourceMappingURL=ThemeColor.d.ts.map