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