import type { FunctionComponent, ReactElement } from 'react'; import type { ForwardProps } from '@pega/cosmos-react-core'; interface AutopilotProps { children: Record | ReactElement; } declare const Autopilot: FunctionComponent; export declare const AutopilotConfig: { type: string; xmlElement: string; regexPattern: RegExp; component: FunctionComponent; inject: () => string; }; export default Autopilot; //# sourceMappingURL=Autopilot.d.ts.map