import { FunctionalComponent } from 'vue'; import { AntdIconProps } from '../components/AntdIcon'; export interface ThunderboltFilledIconType extends FunctionalComponent { displayName: string; } declare const ThunderboltFilled: ThunderboltFilledIconType; export default ThunderboltFilled;