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