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