import { AnimationComponent as AC } from '../runtime';
import { Animation } from './types';
export type WaveInOptions = Animation;
/**
 * Transform mark from transparent to solid.
 */
export declare const WaveIn: AC<WaveInOptions>;
