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