/**
 * @author Timur Kuzhagaliyev <tim.kuzh@gmail.com>
 * @copyright 2020
 * @license MIT
 */
import React from 'react';
import { FileBrowserHandle, FileBrowserProps } from '../../types/file-browser.types';
export declare const ChonkyBusinessLogicInner: React.MemoExoticComponent<React.ForwardRefExoticComponent<FileBrowserProps & React.RefAttributes<FileBrowserHandle>>>;
export declare const ChonkyBusinessLogic: React.MemoExoticComponent<React.MemoExoticComponent<React.ForwardRefExoticComponent<FileBrowserProps & React.RefAttributes<FileBrowserHandle>>>>;
