import { StandardContextType } from '@finos/fdc3'; interface ContextConfig { label: string; icon: string; } export declare const ContextConfiguration: Record; export {};