export declare const implementationLibrary: "lottie-react"; export declare const semanticSelectors: { readonly root: "lottie"; readonly playButton: "playButton"; }; export declare const ariaLabels: { readonly playButton: "Play animation"; readonly pauseButton: "Pause animation"; }; export declare const DisplayNames: { readonly root: { readonly elementDisplayName: "Lottie"; readonly data: { readonly animationUrl: "Animation URL"; readonly loop: "Plays in a loop"; readonly speed: "Speed"; readonly showButtonOnHover: "Show play/pause button"; readonly allowClickToStop: "Click to stop animation"; }; }; readonly playButton: { readonly elementDisplayName: "Play button"; }; }; export declare const rootDataDefaults: { readonly loop: true; readonly speed: 1; readonly showButtonOnHover: "always"; readonly allowClickToStop: true; }; export declare const showButtonOnHoverDefaults: { always: { value: string; displayName: string; }; onHover: { value: string; displayName: string; }; }; export declare const editorOverrides: { readonly showButtonOnHover: "always"; readonly allowClickToStop: false; }; export declare const displayPropertyToObserve: string[]; export declare const testIds: { readonly animationClickWrapper: "lottie-animation-click-wrapper"; }; export declare const borderDefaultValue: "0px none rgba(0, 0, 0, 1)"; export declare const playButtonDefaults: { readonly insetInlineEnd: "5px"; readonly insetBlockEnd: "5px"; }; export declare const initialSize: { readonly width: 280; readonly height: 280; }; export declare const speedConstraints: { readonly min: "0.5"; readonly max: "5.0"; readonly multiplier: "0.5"; }; export declare const playIconSvg: { uri: string; viewBox: string; contentBox: string; colors: {}; contentType: "shape"; svgContent: string; }; export declare const pauseIconSvg: { uri: string; viewBox: string; contentBox: string; colors: {}; contentType: "shape"; svgContent: string; };