UNPKG

@cocstorage/ui-icons

Version:
6 lines (5 loc) 257 B
/// <reference types="react" /> import type { BellOutlined } from '../../assets/icons'; export declare const StyledIcon: (icon: typeof BellOutlined) => import("@emotion/styled").StyledComponent<any, {}, { ref?: import("react").Ref<any> | undefined; }>;