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