export declare const AWS_PREFIX = "https://cf."; export interface LottieProps { size: number; url: string; name: string; initialSegment?: [number, number]; } export declare const LOTTIE_FILES: LottieProps[];