export type KendoNotificationActionProps = {
    type?: string;
};
export declare const NotificationAction: (props: KendoNotificationActionProps & React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
