declare const useIcons: (iconSet?: string) => {
    iconSet: string;
    source: string;
    name: string;
    label: string;
}[];
declare const useIcon: (iconSet: string, name: string) => import("../../stores/icons/types").Icon | never[] | undefined;
export { useIcons, useIcon };
//# sourceMappingURL=index.d.ts.map