export * from './Context'; export * from './Entity'; export * from './Text'; export * from './Word'; export * from './Line'; export * from './Cue'; export * from './utils'; export * from './easings'; export * from './animations/Animation'; export * from './animations/Appear'; export * from './animations/AppearWithLastWordColored'; export * from './animations/Karaoke'; export * from './animations/OnlyOneWord'; export * from './animations/Update'; export * from './animations/Wallpaper'; export * from './animations/Zoom'; export * from './animations/ZoomWallpaper'; export * from './types'; export * from './animations/types'; export declare const primaryLight = "#AA6CFF";