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