///
import PropTypes from 'prop-types';
export declare const Types: {
readonly DEFAULT: "default";
readonly ON: "on";
readonly DISABLED: "disabled";
};
export declare const NotificationIcon: {
({ color, type }: {
color?: string;
type?: "default" | "on" | "disabled";
}): JSX.Element;
category: string;
propTypes: {
type: PropTypes.Requireable;
color: PropTypes.Requireable;
};
Types: {
readonly DEFAULT: "default";
readonly ON: "on";
readonly DISABLED: "disabled";
};
};