import type { AvatarProps } from 'antd';
interface IProps extends AvatarProps {
    data?: {
        avatar?: string;
        id?: string;
    };
}
export declare const PluginIcon: (props: IProps) => import("react/jsx-runtime").JSX.Element;
export declare const DefaultPluginIcon: () => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map