import React, { ComponentType } from 'react';
import { BarProps, FixedLengthProps } from './Props';
export default function (Bar: ComponentType<BarProps>): React.ComponentType<FixedLengthProps>;
