import { type IAutomationsProps } from "./types.js"; /** * Internal component for displaying automations. * * @internal */ export declare function Automations({ backend, scope, workspace, organization, locale, timezone, selectedColumnDefinitions, preselectedFilters, availableFilters, maxHeight, pageSize, type, tableVariant, isMobileView, enableBulkActions, externalInvalidationId, renderToolbarCustomElement, dashboardUrlBuilder, widgetUrlBuilder, editAutomation, onLoad }: IAutomationsProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Automations.d.ts.map