import React from 'react'; import { ReactionAnimationType } from '../../helpers/context'; export declare const ButtonMediaRight: { ({ onReactionClick, isSnackbarActive, }: { onReactionClick?: ((typeOfAnimation?: ReactionAnimationType | undefined) => void) | undefined; isSnackbarActive?: boolean | undefined; }): React.JSX.Element; defaultProps: { onReactionClick: () => void; }; }; //# sourceMappingURL=index.d.ts.map