import React from 'react';
export interface FileToolbarProps {
}
export declare const FileToolbar: React.FC<FileToolbarProps>;
