import { RoutingConstraint, ScreeningAlertType } from '@photonhealth/components'; export declare const DraftPrescriptionCard: (props: { prescriptionRef: HTMLDivElement | undefined; actions: Record any>; store: Record; setIsEditing: (isEditing: boolean) => void; handleDraftPrescriptionsChange: () => void; screeningAlerts: ScreeningAlertType[]; routingConstraints: RoutingConstraint[]; enableOrder: boolean; onAddAnotherClick?: () => void; }) => import("solid-js").JSX.Element;