import type { HTMLElementProps } from '../types';
declare const Animatemotion: import("svelte").Component<HTMLElementProps, {}, "ref">;
type Animatemotion = ReturnType<typeof Animatemotion>;
export default Animatemotion;
