interface BotAvatarProps { width?: object | string; height?: object | string; zIndex?: number; isFilled?: boolean; } declare const BotAvatar: ({ isFilled, ...props }: BotAvatarProps) => import("react/jsx-runtime").JSX.Element; export default BotAvatar;