import type { PropsWithChildren } from 'react'; import type { StyleProviderProps } from '@ant-design/cssinjs'; export type Antd5CssCompatibleProviderProps = PropsWithChildren; declare const Component: ({ children, ...moreProps }: Antd5CssCompatibleProviderProps) => import("react/jsx-runtime").JSX.Element; export default Component;