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