import type { IconProps } from '../types/index'; declare function SvgFeishu(iconProps: IconProps): JSX.Element; declare namespace SvgFeishu { var displayName: string; } export default SvgFeishu;