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