import React from 'react';
import { FileToggleViewProps } from './type';
declare const FileToggleView: React.FC<FileToggleViewProps>;
export default FileToggleView;
