import React from 'react';
declare function AutomationProfiler({
  children,
  id,
}: {
  children: React.ReactNode;
  id: string;
}): JSX.Element;
export default AutomationProfiler;
