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