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