/** * Styles for FileIcon / FolderIcon components. * * @module @mks2508/mks-ui/react/ui/FileIcon */ import type { StyleSlots } from '../../../core/types'; /** Visual regions for the FileIcon component. */ export type FileIconSlot = 'root'; /** * Default Tailwind classes for each FileIcon slot. * * | Slot | Region | * |------|--------| * | `root` | The `` (or fallback glyph) element | */ export declare const FileIconStyles: StyleSlots; /** CVA variants for the FileIcon root. */ export declare const fileIconVariants: (props?: ({} & import("class-variance-authority/types").ClassProp) | undefined) => string; /** Visual regions for the FolderIcon component. */ export type FolderIconSlot = 'root'; /** Default Tailwind classes for each FolderIcon slot. */ export declare const FolderIconStyles: StyleSlots; /** CVA variants for the FolderIcon root. */ export declare const folderIconVariants: (props?: ({} & import("class-variance-authority/types").ClassProp) | undefined) => string; //# sourceMappingURL=FileIcon.styles.d.ts.map