type Props = { type?: 'reveal' | 'fade-in' | 'glow'; }; export declare const Appearance: ({ type }: Props) => import("react/jsx-runtime").JSX.Element; export {};