import { FC, ReactNode } from 'react';
declare const AntdRegistry: FC<{
    children: ReactNode;
}>;
export default AntdRegistry;
