import { WebCellProps, WebCellClass, VNode } from "web-cell";
export type FunctionComponent<P extends WebCellProps = WebCellProps> = (props?: P) => VNode;
export function observer<P, S>(Class: FunctionComponent<P> | WebCellClass<P, S>): any;

//# sourceMappingURL=index.d.ts.map
