import { HTMLRenderState } from "./types"; import { VisualElementConfig } from "../types"; import { DOMVisualElementOptions } from "../dom/types"; export declare function getComputedStyle(element: HTMLElement): CSSStyleDeclaration; export declare const htmlConfig: VisualElementConfig; export declare const htmlVisualElement: ({ parent, props, presenceId, blockInitialAnimation, visualState, shouldReduceMotion, }: import("../types").VisualElementOptions, options?: DOMVisualElementOptions) => import("../types").VisualElement;