import { type AutomationsType } from "./types.js"; interface IAutomationsEmptyStateProps { type: AutomationsType; isFiltersOrSearchActive: boolean; } export declare function AutomationsEmptyState({ type, isFiltersOrSearchActive }: IAutomationsEmptyStateProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=AutomationsEmptyState.d.ts.map