import type { CategoryConfig, LabelsConfig } from '../../../AlertManager/types/index';
interface RecipientsStepProps {
    categories: CategoryConfig[];
    labels?: LabelsConfig;
    onCategoriesChange?: (categories: CategoryConfig[]) => void;
}
export declare const RecipientsStep: ({ categories, labels, onCategoriesChange, }: RecipientsStepProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=RecipientsStep.d.ts.map