export type IconMetadata = { title: string; category: string | undefined; description: string | undefined; /** tags to be used for searching icons in storybook */ tags: string[]; sizes: Record; /** some icons have duplicates under different names, * lists all files that are described by this metadata */ aliases?: string[]; }; export declare const IconCategory: { readonly General: "General"; readonly Actions: "Actions"; readonly Document: "Document"; readonly AdjustmentsAndEffects: "Adjustments & effects"; readonly FinanceAndMoney: "Finance & money"; readonly Media: "Media"; readonly MediaAndCommunication: "Media & communication"; readonly Text: "Text"; readonly LayoutAndAlignment: "Layout & alignment"; readonly Layout: "Layout"; readonly Communication: "Communication"; readonly Tools: "Tools"; readonly Charts: "Charts"; readonly Components: "Components"; readonly Arrows: "Arrows"; readonly Toggle: "Toggle"; readonly Shapes: "Shapes"; readonly User: "User"; readonly Brands: "Brands"; readonly WixBrands: "Wix Brands"; readonly WebAppsAndTechnology: "Web apps & technology"; readonly WixProducts: "Wix Products"; readonly DateTime: "Date & Time"; readonly HospitalityServices: "Hospitality services"; readonly Social: "Social"; readonly Status: "Status"; readonly Notifications: "Notifications"; readonly Food: "Food"; readonly Chevrons: "Chevrons"; readonly Logos: "Logos"; readonly TextFormatting: "Text Formatting"; readonly DragAndMove: "Drag & Move"; readonly FilesAndData: "Files & Data"; readonly Other: "Other"; readonly Reactions: "Reactions"; readonly Composer: "Composer"; readonly Inspector: "Inspector"; readonly Panel: "Panel"; readonly PanelHeader: "Panel Header"; readonly LeftPanel: "Left Panel"; readonly LeftMenuMobile: "Left Menu Mobile"; readonly SideBar: "Side Bar"; readonly ToolBar: "Tool Bar"; readonly Topbar: "Topbar"; readonly Page: "Page"; readonly RCE: "RCE"; readonly GFPP: "GFPP"; }; //# sourceMappingURL=types.d.ts.map