/** * @example * ``` * import {speechBubbleTransitions} from 'react-styled-hover'; * * let StyledButton = styled.button` * ${speechBubbleTransitions.hvrFade} * ...other styles * ` * ``` */ declare const speechBubbleTransitions: { hvrBubbleTop: string; hvrBubbleRight: string; hvrBubbleBottom: string; hvrbubbleLeft: string; hvrBubbleFloatTop: string; hvrBubbleFloatRight: string; hvrBubbleFloatBottom: string; hvrBubbleFloatLeft: string; }; export default speechBubbleTransitions;