/** @jsx jsx */ import React from "react"; interface Props extends Omit, "css"> { weight?: "thin" | "normal"; } export declare const IconExplorer: React.ForwardRefExoticComponent & React.RefAttributes>; export {};