export declare const ProviderBlockInitItem: ({ children, ...props }: {
    [x: string]: any;
    children: any;
}) => import("react/jsx-runtime").JSX.Element;
