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