/** * Internal dependencies */ import type { AnimationPart } from './types'; declare function emptyAnimationPart(): AnimationPart; export default emptyAnimationPart; //# sourceMappingURL=emptyAnimationPart.d.ts.map