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