import { ReactElement } from 'react'; interface YAxisLabelProps { name: string; height: number; } export declare function YAxisLabel({ name, height }: YAxisLabelProps): ReactElement; export {}; //# sourceMappingURL=YAxisLabel.d.ts.map