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