import { TextReveal, TextRevealProperties } from './TextReveal'; export declare class TextRevealCenterVertical extends TextReveal { constructor(properties?: TextRevealProperties); }