import LaviconAnimation from './components/LaviconAnimation';
import type { LaviconAnimationProps, TriggerMode } from './components/LaviconAnimation';
export { LaviconAnimation };
export type { LaviconAnimationProps, TriggerMode };
export default LaviconAnimation;
