import * as react_jsx_runtime from '/home/runner/work/nex-ui/nex-ui/node_modules/@types/react/jsx-runtime.d.ts';
import { NexUIProviderProps } from './types.js';

declare function NexUIProvider(props: NexUIProviderProps): react_jsx_runtime.JSX.Element;
declare namespace NexUIProvider {
    var displayName: string;
}

export { NexUIProvider };
