import { FunctionalComponent } from 'vue';
import { AntdIconProps } from '../components/AntdIcon';
export interface ThunderboltTwoToneIconType extends FunctionalComponent<AntdIconProps> {
    displayName: string;
}
declare const ThunderboltTwoTone: ThunderboltTwoToneIconType;
export default ThunderboltTwoTone;
