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