import { Ref } from 'react'; import { Plotband, PlotbandConfigInterface } from '@unovis/ts'; export declare type VisPlotbandRef = { component?: Plotband; }; export declare type VisPlotbandProps = PlotbandConfigInterface & { ref?: Ref>; }; export declare const VisPlotbandSelectors: typeof import("@unovis/ts/dist/components/plotband/style"); export declare const VisPlotband: ((props: VisPlotbandProps) => JSX.Element | null);