/// <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;
}>;
