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