/// <reference types="react" />
import { AnyAttrProps } from "./module";
export declare const asObject: (anything: any) => (node: Element, property: string) => void;
export declare const asString: (anything: any) => (node: Element, property: string) => void;
declare const AnyAttribute: (props: AnyAttrProps) => JSX.Element;
export default AnyAttribute;
