import 'web-animations-js/web-animations-next.min';
declare global {
    interface Element {
        animations: Animation[];
    }
}
declare const _default: true;
export default _default;
