/// import type { IconType } from "./Icon/types"; declare function Notifications(props: IconType): JSX.Element; export default Notifications;