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