import { IPropertiesTab } from '../components/PropertiesModal'; import { ICamelComponentDefinition, ICamelProcessorDefinition, IKameletDefinition } from '../models'; export declare const transformCamelComponentIntoTab: (componentDef: ICamelComponentDefinition) => IPropertiesTab[]; export declare const transformCamelProcessorComponentIntoTab: (processorDef: ICamelProcessorDefinition) => IPropertiesTab[]; export declare const transformKameletComponentIntoTab: (kameletDef: IKameletDefinition) => IPropertiesTab[];