import { type ReactNode } from "react"; import { type JobsScope } from "../agent-page/use-jobs.js"; export interface AutomationsListProps { scope?: JobsScope; compact?: boolean; emptyMessage?: string; emptyState?: ReactNode; } export declare const AUTOMATION_CREATION_SCOPE: "personal"; export declare function automationCreationContext(): string; export declare function AutomationsList({ scope, compact, emptyMessage, emptyState, }: AutomationsListProps): string | number | bigint | true | import("react").JSX.Element | Iterable | Promise | import("react").ReactElement> | import("react").ReactPortal | null | undefined>; export declare function AutomationsSection(): import("react").JSX.Element; //# sourceMappingURL=AutomationsSection.d.ts.map