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