export declare function useIcon({ icon: initialIcon, type }: { icon: any; type: any; }): { viewBoxHeight: any; viewBoxWidth: any; props: any; paths: any; tree: any; };