import { ReactNode } from 'react'; /** * * * @public */ export interface CustomResourcesProps { children?: ReactNode; } /** * * * @public */ export declare const CustomResources: ({}: CustomResourcesProps) => import("react/jsx-runtime").JSX.Element;