import * as React from 'react'; export declare type UIContextType = { hovered?: boolean | undefined; }; export declare const UIContext: React.Context; export declare function MergeUIContext({ value, children }: { value: any; children: any; }): JSX.Element; //# sourceMappingURL=contexts.d.ts.map