import React from 'react'; export interface IAppend { className?: string; [x: string]: any; } export declare const Append: React.FC;