import React from "react";
export declare function Configure({ children }: {
    children: any;
}): React.JSX.Element;
export default function Initialize({ children }: {
    children: any;
}): React.JSX.Element;
//# sourceMappingURL=Initialize.d.ts.map