import { FC } from "react";
export declare const isAuroraAnimation: (anim: string | FC<any> | undefined) => boolean;
