import { Size } from './Size'; export type PlaceholderSize = Size | 'xs'; export type PlaceholderAnimation = 'wave' | 'glow';