/// export interface Props { className?: string; } declare const FishAnimation: ({ className }: Props) => JSX.Element; export default FishAnimation;