import type { AiAgent } from '@base/api';
type ShareProps = {
    agent: AiAgent;
};
export declare const Share: ({ agent }: ShareProps) => import("react/jsx-runtime").JSX.Element;
export {};
