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