import React from 'react'; import type { INotificationBellColors } from '../../store/novu-theme.context'; interface IGradientDotProps { props?: React.ComponentPropsWithoutRef<'svg'>; colors: INotificationBellColors; className?: string; width?: string; height?: string; } export declare function GradientDot(props: IGradientDotProps): React.JSX.Element; export {}; //# sourceMappingURL=GradientDot.d.ts.map