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