export declare function usePolarisVizContext(): { themes: { [key: string]: import("..").Theme; }; components: import("..").SvgComponents; animated: { (Component: import("@react-spring/animated/dist/declarations/src/withAnimated").AnimatableComponent): any; [key: string]: any; }; defaultTheme: string; onError?: import("..").ErrorBoundaryResponse | undefined; }; //# sourceMappingURL=usePolarisVizContext.d.ts.map