import { AnimType } from "../types/enums/AnimType.js"; import { KeyframeAnimationProperties } from "../types/properties/element/Animation.js"; export declare function FormatProperties(properties: any): any; export declare function FormatAnimationProperties(properties: KeyframeAnimationProperties): KeyframeAnimationProperties;