import type { ForwardedRef } from 'react'; import type { NMRiumProps } from './NMRium.js'; import type { NMRiumRefAPI } from './NMRiumRefAPI.js'; type InnerNMRiumProps = Omit & { apiRef: ForwardedRef; }; export declare function InnerNMRium(props: InnerNMRiumProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=InnerNMRium.d.ts.map