import { IconType } from '@components/atoms/Icon/types'; export declare const notificationButtonVariants: (props?: ({ isActive?: boolean | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export type NotificationButtonProps = { label: string; isActive?: boolean; Icon?: IconType; badges?: number; href?: string; onClick?: () => void; className?: string; 'data-testid'?: string; key?: string; }; //# sourceMappingURL=types.d.ts.map