export default BHASchematic; declare function BHASchematic({ schematic, containerWidth, containerHeight }: { schematic: any; containerWidth: any; containerHeight: any; }): JSX.Element; declare namespace BHASchematic { namespace propTypes { let containerWidth: PropTypes.Requireable; let containerHeight: PropTypes.Requireable; let schematic: PropTypes.Validator<(PropTypes.InferProps<{}> | null | undefined)[]>; } namespace defaultProps { let containerWidth_1: null; export { containerWidth_1 as containerWidth }; let containerHeight_1: null; export { containerHeight_1 as containerHeight }; } } import PropTypes from 'prop-types'; //# sourceMappingURL=BHASchematic.d.ts.map