export declare const RippleTheme: { colorScheme: { light: { root: { background: string; }; }; dark: { root: { background: string; }; }; }; };