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