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