import React from 'react';
export interface IVeltNotificationsPanelViewAllButtonProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
    defaultCondition?: boolean;
}
declare const VeltNotificationsPanelViewAllButton: React.FC<IVeltNotificationsPanelViewAllButtonProps>;
export default VeltNotificationsPanelViewAllButton;
