import { ComponentId } from '@malagu/core'; import * as React from 'react'; export declare const ReactComponent: (id?: ComponentId | ComponentId[], component?: React.ComponentType, rebind?: boolean) => ClassDecorator; //# sourceMappingURL=react-component.d.ts.map