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