import { IconProps } from '../lib';
declare function Prescription(props: IconProps): JSX.Element;
export default Prescription;
