import { Style } from '../style'; export declare class Animation extends Style { static symbol: string; static key: string; static unit: string; order: number; }