import { CSSTransform } from "../types.js"; export declare class DeclarativeTransform { snap: Partial; constructor(snap: Partial); }