import { MantineTheme } from '../../theme';
interface NotificationStyles {
    color: string;
    theme: MantineTheme;
    disallowClose: boolean;
}
declare const _default: (args?: NotificationStyles, classNames?: Partial<Record<"description" | "body" | "title" | "icon" | "root" | "withIcon" | "loader", string>>, name?: string) => Record<"description" | "body" | "title" | "icon" | "root" | "withIcon" | "loader", string>;
export default _default;
//# sourceMappingURL=Notification.styles.d.ts.map