import { type Theme } from '../../../../theme'; import { type Variant } from '../../../types'; export declare const getNotificationTemplateStyles: (theme: Theme, variant: Variant, filled: boolean) => { color: string; background: string; };