export interface SelectSharedContextValue { loading?: boolean; } export declare const SelectSharedContext: import("react").Context;