import { CSSTransform } from "../types.js"; export declare function applyTransform(el: HTMLElement, transform: CSSTransform): void;