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