/** * @example * ``` * import {borderTransitions} from 'react-styled-hover'; * * let StyledButton = styled.button` * ${borderTransitions.hvrFade} * ...other styles * ` * ``` */ declare const borderTransitions: { hvrBorderFade: string; hvrHollow: string; hvrTrim: string; hvrRippleOut: import("styled-components").FlattenSimpleInterpolation; hvrRippleIn: import("styled-components").FlattenSimpleInterpolation; hvrOutlineOut: string; hvrOutlineIn: string; hvrRoundCorners: string; hvrUnderlineFromLeft: string; hvrUnderlineFromCenter: string; hvrUnderlineFromRight: string; hvrOverlineFromLeft: string; hvrOverlineFromCenter: string; hvrOverlineFromRight: string; hvrReveal: string; hvrUnderlineReveal: string; hvrOverlineReveal: string; }; export default borderTransitions;