import type { FC } from 'react'; import type { SuperAntdContextProps } from './context'; export declare const SuperProvider: FC; export default SuperProvider;