import React from 'react'; import type { AnimationDriver } from '../types'; interface ConfigurationProps { animationDriver?: AnimationDriver | null; disableSSR?: boolean; children: React.ReactNode; } export declare const Configuration: (props: ConfigurationProps) => React.JSX.Element; export {}; //# sourceMappingURL=Configuration.d.ts.map