export default BHACasingEmptyView; declare function BHACasingEmptyView({ type, onAdd }: { type: any; onAdd: any; }): JSX.Element; declare namespace BHACasingEmptyView { namespace propTypes { let type: PropTypes.Validator; let onAdd: PropTypes.Validator<(...args: any[]) => any>; } } import PropTypes from 'prop-types'; //# sourceMappingURL=BHACasingEmptyView.d.ts.map