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