export declare const fileIconSizeVariant: readonly ["xs", "m"];
export type FileIconSizeVariant = (typeof fileIconSizeVariant)[number];
