import { ComponentType, useLayoutEffect } from "react";
import { WireframeAnnotation, WireframeAnnotations } from "./api";
export declare const getWireframeAnnotation: (annotations: WireframeAnnotations, Component: ComponentType<any> | undefined) => WireframeAnnotation | undefined;
export declare const updateWireframeAnnotation: (annotations: WireframeAnnotations, wireFrameAnnotation: WireframeAnnotation, updatedWireframeAnnotation: WireframeAnnotation) => WireframeAnnotations;
export declare const useIsomorphicLayoutEffect: typeof useLayoutEffect;
