import { IconProps } from './types'; declare const SOL: (props: IconProps) => import("react/jsx-runtime").JSX.Element; export default SOL;