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