import type { FC, HTMLAttributes, Ref } from 'react'; export interface BarListValueProps extends HTMLAttributes { ref?: Ref; } export declare const BarListValue: FC;