export declare const useIcon: () => {
    getIcon: (name: string) => import("../services/icon").IconProps;
};
