import { Ref } from 'react'; import { RollingPinLegend, RollingPinLegendConfigInterface } from '@unovis/ts'; export declare type VisRollingPinLegendRef = { component?: RollingPinLegend; }; export declare type VisRollingPinLegendProps = RollingPinLegendConfigInterface & { ref?: Ref; className?: string; }; export declare const VisRollingPinLegendSelectors: typeof import("@unovis/ts/dist/components/rolling-pin-legend/style"); export declare const VisRollingPinLegend: ((props: VisRollingPinLegendProps) => JSX.Element | null);