export declare const fileIconStatusVariant: readonly ["default", "error", "loading", "unknown"];
export type FileIconStatusVariant = (typeof fileIconStatusVariant)[number];
