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