import { PrescriptionSignProps } from './types';
export declare function PrescriptionSign({ environment, accessToken, chmed, sessionToken, onSessionTokenUpdate, onSuccess, onError, logger, className, }: PrescriptionSignProps): import("react/jsx-runtime").JSX.Element;
