import { SVGProps } from "react"; declare const DICompass: (props: SVGProps) => JSX.Element; export { DICompass };