import { RevealProps } from '../Reveal';

export type JackInTheBoxProps = Omit<RevealProps, "keyframes">;
export declare const JackInTheBox: React.FC<JackInTheBoxProps>;
