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