/// <reference types="react" />
import { type RevealProps } from "../Reveal";
export type HingeProps = Omit<RevealProps, "keyframes">;
export declare const Hinge: React.FC<HingeProps>;
