import { ServiceIdentifier } from './interfaces';
declare const forwardRef: (callback: () => ServiceIdentifier<any>) => any;
export { forwardRef };
//# sourceMappingURL=forwardRef.d.ts.map