import { ViewAttrs } from "../types.js"; export declare function applyAttrs(element: HTMLElement, attrs: ViewAttrs): void;