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