import { LabelsConfig } from '../../../AlertManager/types/index';
interface DateStepProps {
    labels?: LabelsConfig;
    allowScheduling?: boolean;
    allowEmailCopy?: boolean;
}
/**
 * DateStep component for AlertManager
 * Handles scheduling configuration for alerts
 */
export declare const DateStep: ({ labels, allowScheduling, allowEmailCopy, }: DateStepProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=DateStep.d.ts.map