import type { Delta } from '../../../types'; export declare const applyToPoint: (matrix: WebKitCSSMatrix, point: Delta) => { x: number; y: number; }; //# sourceMappingURL=applyToPoint.d.ts.map