export interface ChatPastedTextTokenProps {
    /** The full pasted text. */
    text: string;
    /** Called when the user clicks Expand — dissolves the token into editable text. */
    onExpand?: () => void;
}
export declare function ChatPastedTextToken({ text, onExpand, }: ChatPastedTextTokenProps): import("react").JSX.Element;
export declare namespace ChatPastedTextToken {
    var displayName: string;
}
//# sourceMappingURL=ChatPastedTextToken.d.ts.map