/**
 * Exports centralizados do sistema de avisos componentizado
 *
 * Use este arquivo para importar tudo que você precisa
 */
export { AlertsManager } from '../../AlertManager/index';
export { MessageStep, RecipientsStep, DateStep, PreviewStep, } from './AlertSteps/index';
export type { AlertsConfig, CategoryConfig, StepConfig, StepComponentProps, LabelsConfig, AlertData, AlertTableItem, } from '../../AlertManager/types/index';
export { useAlertFormStore, type RecipientItem, type RecipientCategory, } from '../../AlertManager/useAlertForm/index';
//# sourceMappingURL=index.d.ts.map