declare const componentRegistry: {
    [key: string]: React.FC<any>;
};
export default componentRegistry;
