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