import * as React from "react";
import { useCreateElement } from "./useCreateElement";
export declare type SystemContextType = {
    useCreateElement?: typeof useCreateElement;
    [key: string]: any;
};
export declare const SystemContext: React.Context<SystemContextType>;
