/// <reference types="react" />
import type { ICore, ICoreRef } from './typings/core';
declare const Core: import("react").ForwardRefExoticComponent<ICore & import("react").RefAttributes<ICoreRef>>;
export default Core;
