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