import { WebCellProps, WebCellClass, VNode } from "web-cell"; export type FunctionComponent
= (props?: P) => VNode; export function observer
(Class: FunctionComponent
| WebCellClass
): any; //# sourceMappingURL=index.d.ts.map