import React from 'react'; declare const IconLibraryComponent: ({ open, onClose, handleIconSelect, selectedIconName }: { handleIconSelect: any; onClose: any; open: any; selectedIconName: any; }) => React.JSX.Element; export default IconLibraryComponent; //# sourceMappingURL=IconLibraryComponent.d.ts.map