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