/**
* Gets the duration in milliseconds for an animation property.
* @paramanimation - The animation property to get the duration for.
* @returns The duration in milliseconds.
*/exportdeclareconstgetDurationMs: (animation: string) => {
duration: number;
delay: number;
};