import { Component as OmiComponent } from 'omi'; import type { AntdIconProps } from '../components/types'; import '../components/AntdIcon'; declare global { namespace JSX { interface IntrinsicElements { ['o-one-to-one-outlined']: Omi.Props & Partial; } } } export default class OneToOneOutlined extends OmiComponent { static displayName: string; static tagName: string; static inheritAttrs: boolean; render(props: Omi.OmiProps): JSX.Element; }