import { Ref } from '@dineug/r-html';
export declare class FlipAnimation {
    private flipSnapshots;
    private root;
    private selector;
    private animationName;
    constructor(root: Ref<HTMLElement | null>, selector: string, animationName: string);
    snapshot(): void;
    play(): void;
}
