export declare const iconLibraries: readonly ["fontawesome", "lucide"];
export type IconLibrary = (typeof iconLibraries)[number];
