declare const componentsHash: any; declare function getComponent(componentName: keyof typeof componentsHash): any; export { getComponent };