import { FC, SVGProps } from 'react'; declare const IconLibrary: FC & { fill?: string }>; export default IconLibrary;