export declare const DEFAULT_ANIMATION_DURATION = 0.2; export declare const AnimatedSvgIds: { animatedSvg: string; animatedTagPath: string; animateTagForward: string; animateTagBackward: string; }; export declare enum AnimationDirection { FORWARD = "Forward", BACKWARD = "Backward" } export declare const AnimatedDataAttributes: { Forward: string; Backward: string; }; export declare const TestIds: { animatedSvg: string; animateTagForward: string; animateTagBackward: string; fallbackPath: string; }; export declare const DesignStates: { readonly root: { readonly hover: { readonly displayName: "Hover"; readonly className: "animated-icon--hover"; }; readonly disabled: { readonly displayName: "Disabled"; readonly className: "animated-icon--disabled"; }; readonly selected: { readonly displayName: "Selected"; readonly className: "animated-icon--selected"; }; }; }; export declare const DisplayNames: { root: { elementDisplayName: string; customActions: { animatedIcon: { IconCreationPanel: { title: string; backButton: string; startIcon: string; endIcon: string; addImageInfo: string; updateImageInfo: string; hoverToPreview: string; error: string; generatingAnimation: string; emptyStateTitle: string; sectionHelper: string; sectionHelperLink: string; }; displayName: string; panel: { chooseIcon: string; replaceIcon: string; AnimatedIconCreationButton: string; duration: string; startIcon: string; iconType: { displayName: string; tooltip: string; options: { static: string; animated: string; }; }; }; }; }; data: { duration: string; }; cssCustomProperties: { size: string; fill: string; rotation: string; }; }; };