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