import { Ref } from 'react'; import { NestedDonut, NestedDonutConfigInterface } from '@unovis/ts'; export declare type VisNestedDonutRef = { component?: NestedDonut; }; export declare type VisNestedDonutProps = NestedDonutConfigInterface & { data?: Datum[]; ref?: Ref>; }; export declare const VisNestedDonutSelectors: typeof import("@unovis/ts/dist/components/nested-donut/style"); export declare const VisNestedDonut: ((props: VisNestedDonutProps) => JSX.Element | null);