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