import { FileBrowserProps } from '../types/file-browser.types'; export type ChonkyConfig = Pick; export declare const defaultConfig: ChonkyConfig; export declare const setChonkyDefaults: (config: Partial) => void;