/// <reference types="react" />
export interface ICtxType {
    refElement: HTMLElement;
}
declare const ctx: import("react").Context<ICtxType>;
export default ctx;
