import '../../styles/sovereign-tokens.css'; interface Props { theme?: 'light' | 'dark'; } export default function AnimatedBackground({ theme }?: Props): import("react").JSX.Element; export {}; //# sourceMappingURL=AnimatedBackground.d.ts.map