import type { FlowBuildingLayerProps } from './props'; declare function MbFlowBuildingLayer(props: FlowBuildingLayerProps): import("react/jsx-runtime").JSX.Element; export default MbFlowBuildingLayer;