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