import * as React from 'react';
declare const SquareAsterisk: (props: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
export default SquareAsterisk;
