import { FC, PropsWithChildren } from 'react';

/**
 * This extension binds a dependency container to view controllers and view-models.
 */
declare const DitoxNrgyExtension: FC<PropsWithChildren>;

export { DitoxNrgyExtension };
