/** !
 * Copyright (c) 2019, Matt Dunn
 *
 * @author Matt Dunn
 */
import { ComponentType } from "react";
export declare const withWireframeAnnotation: <P>(WrappedComponent: string | import("react").ComponentClass<P, any> | import("react").FunctionComponent<P>) => string | import("react").ComponentClass<P, any> | import("react").FunctionComponent<P>;
