import React from 'react'; interface IShrinkProps extends React.SVGAttributes { } declare function Shrink(props: IShrinkProps): JSX.Element; export default Shrink;