import type { useTheme } from '@ultraviolet/themes'; export declare const getNivoTheme: (theme: ReturnType) => { axis: { ticks: { line: { stroke: string; strokeWidth: number; }; }; }; text: { dominantBaseline: "middle"; fill: string; fontFamily: string; fontSize: string; fontWeight: string; letterSpacing: string; lineHeight: string; outlineColor: string; }; }; //# sourceMappingURL=nivoTheme.d.ts.map