import React from 'react';
export declare function WMEProvider({ children }: {
    children: React.ReactNode;
}): JSX.Element;
