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