import type { Platform } from './types'; export declare const convert2PascalCase: (name: string) => string; export declare const COMPONENT_MAPS: { web: Record; mobile: Record; chat: Record; }; export declare const mapToParentName: (name: string, platform: Platform) => string;