export default Tail;
declare function Tail({ children, minimized }: {
    children: any;
    minimized: any;
}): React.FunctionComponentElement<{
    minimized: any;
}>;
declare namespace Tail {
    let displayName: string;
    namespace propTypes {
        let children: PropTypes.Validator<PropTypes.ReactElementLike>;
        let minimized: PropTypes.Requireable<boolean>;
    }
}
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=Tail.d.ts.map