import { IconProps } from '../lib';
declare function Rectangle(props: IconProps): JSX.Element;
export default Rectangle;
