import { FunctionComponent, PropsWithChildren } from 'react'; import { CamelCatalogService } from '../models/visualization/flows'; export declare const CatalogContext: import("react").Context; /** * Loader for the components catalog. */ export declare const CatalogLoaderProvider: FunctionComponent>;