import type App from '../app/index.js'; /** * this will only work for custom elements by default (because of ionic) */ export interface Options { allElements?: boolean; } declare function webAnimations(app: App, options?: Options): void; export default webAnimations;