export { default as ExportPane } from './ExportPane.svelte'; export * from './decompress'; export * from './export'; export * from './fetch'; export * from './file-drop'; export * from './is-binary'; export type * from './types'; export * from './url-drop'; export declare function strip_compression_extensions(filename: string): string;