import React from 'react'; export declare enum AnimateContentTypesEnum { animate = "jmix:animate" } export declare type AnimatePropsType = { properties?: { [k: string]: string; }; component?: React.ElementType; offset?: string; className?: string; children?: React.ReactNode; props?: object; };