import type {SkeletonAnimation} from '../../../types'
// Props
export interface Props {
  animation?: SkeletonAnimation
}
// Emits

// Other
