/// <reference types="react" />
import { ITinyBar } from '.';
declare function TinyBar<T>({ data, width, height, dataKey, isLoading }: ITinyBar<T>): JSX.Element;
export default TinyBar;
