export function sanitizePropertyName(propertyName: string, target: Target, tweenType: tweenTypes): string; export function cleanInlineStyles(renderable: T): T; import type { Target } from '../types/index.js'; import { tweenTypes } from './consts.js'; import type { Renderable } from '../types/index.js';