/**

*/
/// <reference types="react" />
declare const GetCMS: ({ children }: {
    children: any;
}) => JSX.Element;
export default GetCMS;
