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