import { Component, ContextType } from "react"; import { EntityContext } from "../hooks/useEntity"; import { NonFunctionProperties } from "../lib/utils"; export declare class Facet extends Component>> { static contextType: import("react").Context; context: ContextType; createFake(): any; getAnnotations(fake: unknown): any; asComponent(): Facet; componentDidMount(): void; render(): any; }