/// import type { ErrorBoundaryResponse, SvgComponents, Theme } from '../types'; declare const host: { animated: { (Component: import("@react-spring/animated/dist/declarations/src/withAnimated").AnimatableComponent): any; [key: string]: any; }; }; export declare const PolarisVizContext: import("react").Context<{ themes: { [key: string]: Theme; }; components: SvgComponents; animated: typeof host.animated; defaultTheme: string; onError?: ErrorBoundaryResponse | undefined; }>; export {}; //# sourceMappingURL=PolarisVizContext.d.ts.map