import { Ref } from '@dineug/r-html';
export declare function useFlipAnimation(root: Ref<HTMLElement | null>, selector: string, animationName: string): void;
