import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const PrescriptionIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link PrescriptionIcon} instead.
 */
export declare const Prescription: typeof PrescriptionIcon;
export default PrescriptionIcon;
