export declare const getFileIcon: (file: File) => import("svelte").Component<{
    class?: string;
} & Record<string, any>, {}, "">;
