import SlAnimation from './animation.component.js';
export * from './animation.component.js';
export default SlAnimation;
declare global {
    interface HTMLElementTagNameMap {
        'sl-animation': SlAnimation;
    }
}
