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