import { ScreeningAlertType } from '@photonhealth/components'; import { DisableList } from './PrescribeWorkflow'; export declare const AddPrescriptionCard: (props: { hideAddToTemplates: boolean; actions: Record any>; store: Record; weight?: number; weightUnit?: string; prefillNotes?: string; enableCombineAndDuplicate?: boolean; screenDraftedPrescriptions: () => void; draftedPrescriptionChanged: () => void; screeningAlerts: ScreeningAlertType[]; catalogId?: string; allowOffCatalogSearch?: boolean; disableList?: DisableList; }) => import("solid-js").JSX.Element;