declare type Props = { glyph: string; options?: Record; }; declare const IconWrap: (props: Props) => JSX.Element; export default IconWrap;