import type { HTMLAttributes } from "astro/types";

export type __AstroPhosphorIconProps = Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>;

/**
 *
 * @name acorn  
 * @categories finances, nature  
 * @since 2.1
 * @see [See "acorn" on phosphoricons.com](https://phosphoricons.com/?q="acorn")
 */
export declare function PhAcorn(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name address-book  
 * @categories communications  
 * @since 1.3
 * @see [See "address-book" on phosphoricons.com](https://phosphoricons.com/?q="address-book")
 */
export declare function PhAddressBook(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name address-book-tabs  
 * @categories communications  
 * @since 2.1
 * @see [See "address-book-tabs" on phosphoricons.com](https://phosphoricons.com/?q="address-book-tabs")
 */
export declare function PhAddressBookTabs(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name air-traffic-control  
 * @categories maps & travel  
 * @since 2
 * @see [See "air-traffic-control" on phosphoricons.com](https://phosphoricons.com/?q="air-traffic-control")
 */
export declare function PhAirTrafficControl(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name airplane  
 * @categories maps & travel, objects  
 * @since 1
 * @see [See "airplane" on phosphoricons.com](https://phosphoricons.com/?q="airplane")
 */
export declare function PhAirplane(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name airplane-in-flight  
 * @categories maps & travel, objects  
 * @since 1.1
 * @see [See "airplane-in-flight" on phosphoricons.com](https://phosphoricons.com/?q="airplane-in-flight")
 */
export declare function PhAirplaneInFlight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name airplane-landing  
 * @categories maps & travel, objects  
 * @since 1.1
 * @see [See "airplane-landing" on phosphoricons.com](https://phosphoricons.com/?q="airplane-landing")
 */
export declare function PhAirplaneLanding(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name airplane-takeoff  
 * @categories maps & travel, objects  
 * @since 1.1
 * @see [See "airplane-takeoff" on phosphoricons.com](https://phosphoricons.com/?q="airplane-takeoff")
 */
export declare function PhAirplaneTakeoff(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name airplane-taxiing  
 * @categories maps & travel, objects  
 * @since 2.1
 * @see [See "airplane-taxiing" on phosphoricons.com](https://phosphoricons.com/?q="airplane-taxiing")
 */
export declare function PhAirplaneTaxiing(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name airplane-tilt  
 * @categories maps & travel, objects  
 * @since 1.2
 * @see [See "airplane-tilt" on phosphoricons.com](https://phosphoricons.com/?q="airplane-tilt")
 */
export declare function PhAirplaneTilt(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name airplay  
 * @categories media, system  
 * @since 1
 * @see [See "airplay" on phosphoricons.com](https://phosphoricons.com/?q="airplay")
 */
export declare function PhAirplay(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name alarm  
 * @categories system  
 * @since 1
 * @see [See "alarm" on phosphoricons.com](https://phosphoricons.com/?q="alarm")
 */
export declare function PhAlarm(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name alien  
 * @categories games  
 * @since 1.4
 * @see [See "alien" on phosphoricons.com](https://phosphoricons.com/?q="alien")
 */
export declare function PhAlien(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name align-bottom  
 * @categories design, editor  
 * @since 1.1
 * @see [See "align-bottom" on phosphoricons.com](https://phosphoricons.com/?q="align-bottom")
 */
export declare function PhAlignBottom(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name align-bottom-simple  
 * @categories design, editor  
 * @since 1.4
 * @see [See "align-bottom-simple" on phosphoricons.com](https://phosphoricons.com/?q="align-bottom-simple")
 */
export declare function PhAlignBottomSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name align-center-horizontal  
 * @categories design, editor  
 * @since 1.1
 * @see [See "align-center-horizontal" on phosphoricons.com](https://phosphoricons.com/?q="align-center-horizontal")
 */
export declare function PhAlignCenterHorizontal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name align-center-horizontal-simple  
 * @categories design, editor  
 * @since 1.4
 * @see [See "align-center-horizontal-simple" on phosphoricons.com](https://phosphoricons.com/?q="align-center-horizontal-simple")
 */
export declare function PhAlignCenterHorizontalSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name align-center-vertical  
 * @categories design, editor  
 * @since 1.1
 * @see [See "align-center-vertical" on phosphoricons.com](https://phosphoricons.com/?q="align-center-vertical")
 */
export declare function PhAlignCenterVertical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name align-center-vertical-simple  
 * @categories design, editor  
 * @since 1.4
 * @see [See "align-center-vertical-simple" on phosphoricons.com](https://phosphoricons.com/?q="align-center-vertical-simple")
 */
export declare function PhAlignCenterVerticalSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name align-left  
 * @categories design, editor  
 * @since 1.1
 * @see [See "align-left" on phosphoricons.com](https://phosphoricons.com/?q="align-left")
 */
export declare function PhAlignLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name align-left-simple  
 * @categories design, editor  
 * @since 1.4
 * @see [See "align-left-simple" on phosphoricons.com](https://phosphoricons.com/?q="align-left-simple")
 */
export declare function PhAlignLeftSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name align-right  
 * @categories design, editor  
 * @since 1.1
 * @see [See "align-right" on phosphoricons.com](https://phosphoricons.com/?q="align-right")
 */
export declare function PhAlignRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name align-right-simple  
 * @categories design, editor  
 * @since 1.4
 * @see [See "align-right-simple" on phosphoricons.com](https://phosphoricons.com/?q="align-right-simple")
 */
export declare function PhAlignRightSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name align-top  
 * @categories design, editor  
 * @since 1.1
 * @see [See "align-top" on phosphoricons.com](https://phosphoricons.com/?q="align-top")
 */
export declare function PhAlignTop(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name align-top-simple  
 * @categories design, editor  
 * @since 1.4
 * @see [See "align-top-simple" on phosphoricons.com](https://phosphoricons.com/?q="align-top-simple")
 */
export declare function PhAlignTopSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name amazon-logo  
 * @categories brands  
 * @since 2
 * @see [See "amazon-logo" on phosphoricons.com](https://phosphoricons.com/?q="amazon-logo")
 */
export declare function PhAmazonLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name ambulance  
 * @categories health & wellness, maps & travel, objects  
 * @since 2.1
 * @see [See "ambulance" on phosphoricons.com](https://phosphoricons.com/?q="ambulance")
 */
export declare function PhAmbulance(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name anchor  
 * @categories communications, maps & travel, objects  
 * @since 1.1
 * @see [See "anchor" on phosphoricons.com](https://phosphoricons.com/?q="anchor")
 */
export declare function PhAnchor(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name anchor-simple  
 * @categories communications, maps & travel, objects  
 * @since 1.2
 * @see [See "anchor-simple" on phosphoricons.com](https://phosphoricons.com/?q="anchor-simple")
 */
export declare function PhAnchorSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name android-logo  
 * @categories brands, technology & development, system  
 * @since 1
 * @see [See "android-logo" on phosphoricons.com](https://phosphoricons.com/?q="android-logo")
 */
export declare function PhAndroidLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name angle  
 * @categories design, objects  
 * @since 2.1
 * @see [See "angle" on phosphoricons.com](https://phosphoricons.com/?q="angle")
 */
export declare function PhAngle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name angular-logo  
 * @categories brands, technology & development  
 * @since 1.4
 * @see [See "angular-logo" on phosphoricons.com](https://phosphoricons.com/?q="angular-logo")
 */
export declare function PhAngularLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name aperture  
 * @categories design, media  
 * @since 1
 * @see [See "aperture" on phosphoricons.com](https://phosphoricons.com/?q="aperture")
 */
export declare function PhAperture(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name app-store-logo  
 * @categories brands  
 * @since 1.4
 * @see [See "app-store-logo" on phosphoricons.com](https://phosphoricons.com/?q="app-store-logo")
 */
export declare function PhAppStoreLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name app-window  
 * @categories communications, system  
 * @since 1.2
 * @see [See "app-window" on phosphoricons.com](https://phosphoricons.com/?q="app-window")
 */
export declare function PhAppWindow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name apple-logo  
 * @categories brands  
 * @since 1.1
 * @see [See "apple-logo" on phosphoricons.com](https://phosphoricons.com/?q="apple-logo")
 */
export declare function PhAppleLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name apple-podcasts-logo  
 * @categories brands, media  
 * @since 1.4
 * @see [See "apple-podcasts-logo" on phosphoricons.com](https://phosphoricons.com/?q="apple-podcasts-logo")
 */
export declare function PhApplePodcastsLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name approximate-equals  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "approximate-equals" on phosphoricons.com](https://phosphoricons.com/?q="approximate-equals")
 */
export declare function PhApproximateEquals(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name archive  
 * @categories office, system  
 * @since 1
 * @see [See "archive" on phosphoricons.com](https://phosphoricons.com/?q="archive")
 */
export declare function PhArchive(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name armchair  
 * @categories objects, commerce  
 * @since 1.2
 * @see [See "armchair" on phosphoricons.com](https://phosphoricons.com/?q="armchair")
 */
export declare function PhArmchair(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-arc-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-arc-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-arc-left")
 */
export declare function PhArrowArcLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-arc-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-arc-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-arc-right")
 */
export declare function PhArrowArcRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-bend-double-up-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-bend-double-up-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-bend-double-up-left")
 */
export declare function PhArrowBendDoubleUpLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-bend-double-up-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-bend-double-up-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-bend-double-up-right")
 */
export declare function PhArrowBendDoubleUpRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-bend-down-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-bend-down-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-bend-down-left")
 */
export declare function PhArrowBendDownLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-bend-down-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-bend-down-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-bend-down-right")
 */
export declare function PhArrowBendDownRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-bend-left-down  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-bend-left-down" on phosphoricons.com](https://phosphoricons.com/?q="arrow-bend-left-down")
 */
export declare function PhArrowBendLeftDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-bend-left-up  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-bend-left-up" on phosphoricons.com](https://phosphoricons.com/?q="arrow-bend-left-up")
 */
export declare function PhArrowBendLeftUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-bend-right-down  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-bend-right-down" on phosphoricons.com](https://phosphoricons.com/?q="arrow-bend-right-down")
 */
export declare function PhArrowBendRightDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-bend-right-up  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-bend-right-up" on phosphoricons.com](https://phosphoricons.com/?q="arrow-bend-right-up")
 */
export declare function PhArrowBendRightUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-bend-up-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-bend-up-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-bend-up-left")
 */
export declare function PhArrowBendUpLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-bend-up-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-bend-up-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-bend-up-right")
 */
export declare function PhArrowBendUpRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-circle-down  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-circle-down" on phosphoricons.com](https://phosphoricons.com/?q="arrow-circle-down")
 */
export declare function PhArrowCircleDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-circle-down-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-circle-down-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-circle-down-left")
 */
export declare function PhArrowCircleDownLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-circle-down-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-circle-down-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-circle-down-right")
 */
export declare function PhArrowCircleDownRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-circle-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-circle-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-circle-left")
 */
export declare function PhArrowCircleLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-circle-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-circle-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-circle-right")
 */
export declare function PhArrowCircleRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-circle-up  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-circle-up" on phosphoricons.com](https://phosphoricons.com/?q="arrow-circle-up")
 */
export declare function PhArrowCircleUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-circle-up-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-circle-up-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-circle-up-left")
 */
export declare function PhArrowCircleUpLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-circle-up-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-circle-up-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-circle-up-right")
 */
export declare function PhArrowCircleUpRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-clockwise  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-clockwise" on phosphoricons.com](https://phosphoricons.com/?q="arrow-clockwise")
 */
export declare function PhArrowClockwise(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-counter-clockwise  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-counter-clockwise" on phosphoricons.com](https://phosphoricons.com/?q="arrow-counter-clockwise")
 */
export declare function PhArrowCounterClockwise(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-down  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-down" on phosphoricons.com](https://phosphoricons.com/?q="arrow-down")
 */
export declare function PhArrowDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-down-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-down-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-down-left")
 */
export declare function PhArrowDownLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-down-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-down-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-down-right")
 */
export declare function PhArrowDownRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-elbow-down-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-elbow-down-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-elbow-down-left")
 */
export declare function PhArrowElbowDownLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-elbow-down-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-elbow-down-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-elbow-down-right")
 */
export declare function PhArrowElbowDownRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-elbow-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-elbow-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-elbow-left")
 */
export declare function PhArrowElbowLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-elbow-left-down  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-elbow-left-down" on phosphoricons.com](https://phosphoricons.com/?q="arrow-elbow-left-down")
 */
export declare function PhArrowElbowLeftDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-elbow-left-up  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-elbow-left-up" on phosphoricons.com](https://phosphoricons.com/?q="arrow-elbow-left-up")
 */
export declare function PhArrowElbowLeftUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-elbow-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-elbow-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-elbow-right")
 */
export declare function PhArrowElbowRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-elbow-right-down  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-elbow-right-down" on phosphoricons.com](https://phosphoricons.com/?q="arrow-elbow-right-down")
 */
export declare function PhArrowElbowRightDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-elbow-right-up  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-elbow-right-up" on phosphoricons.com](https://phosphoricons.com/?q="arrow-elbow-right-up")
 */
export declare function PhArrowElbowRightUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-elbow-up-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-elbow-up-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-elbow-up-left")
 */
export declare function PhArrowElbowUpLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-elbow-up-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-elbow-up-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-elbow-up-right")
 */
export declare function PhArrowElbowUpRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-fat-down  
 * @categories arrows  
 * @since 1.1
 * @see [See "arrow-fat-down" on phosphoricons.com](https://phosphoricons.com/?q="arrow-fat-down")
 */
export declare function PhArrowFatDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-fat-left  
 * @categories arrows  
 * @since 1.1
 * @see [See "arrow-fat-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-fat-left")
 */
export declare function PhArrowFatLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-fat-line-down  
 * @categories arrows  
 * @since 1.1
 * @see [See "arrow-fat-line-down" on phosphoricons.com](https://phosphoricons.com/?q="arrow-fat-line-down")
 */
export declare function PhArrowFatLineDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-fat-line-left  
 * @categories arrows  
 * @since 1.1
 * @see [See "arrow-fat-line-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-fat-line-left")
 */
export declare function PhArrowFatLineLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-fat-line-right  
 * @categories arrows  
 * @since 1.1
 * @see [See "arrow-fat-line-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-fat-line-right")
 */
export declare function PhArrowFatLineRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-fat-line-up  
 * @categories arrows  
 * @since 1.1
 * @see [See "arrow-fat-line-up" on phosphoricons.com](https://phosphoricons.com/?q="arrow-fat-line-up")
 */
export declare function PhArrowFatLineUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-fat-lines-down  
 * @categories arrows  
 * @since 1.1
 * @see [See "arrow-fat-lines-down" on phosphoricons.com](https://phosphoricons.com/?q="arrow-fat-lines-down")
 */
export declare function PhArrowFatLinesDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-fat-lines-left  
 * @categories arrows  
 * @since 1.1
 * @see [See "arrow-fat-lines-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-fat-lines-left")
 */
export declare function PhArrowFatLinesLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-fat-lines-right  
 * @categories arrows  
 * @since 1.1
 * @see [See "arrow-fat-lines-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-fat-lines-right")
 */
export declare function PhArrowFatLinesRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-fat-lines-up  
 * @categories arrows  
 * @since 1.1
 * @see [See "arrow-fat-lines-up" on phosphoricons.com](https://phosphoricons.com/?q="arrow-fat-lines-up")
 */
export declare function PhArrowFatLinesUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-fat-right  
 * @categories arrows  
 * @since 1.1
 * @see [See "arrow-fat-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-fat-right")
 */
export declare function PhArrowFatRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-fat-up  
 * @categories arrows  
 * @since 1.1
 * @see [See "arrow-fat-up" on phosphoricons.com](https://phosphoricons.com/?q="arrow-fat-up")
 */
export declare function PhArrowFatUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-left")
 */
export declare function PhArrowLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-line-down  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-line-down" on phosphoricons.com](https://phosphoricons.com/?q="arrow-line-down")
 */
export declare function PhArrowLineDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-line-down-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-line-down-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-line-down-left")
 */
export declare function PhArrowLineDownLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-line-down-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-line-down-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-line-down-right")
 */
export declare function PhArrowLineDownRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-line-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-line-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-line-left")
 */
export declare function PhArrowLineLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-line-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-line-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-line-right")
 */
export declare function PhArrowLineRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-line-up  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-line-up" on phosphoricons.com](https://phosphoricons.com/?q="arrow-line-up")
 */
export declare function PhArrowLineUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-line-up-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-line-up-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-line-up-left")
 */
export declare function PhArrowLineUpLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-line-up-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-line-up-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-line-up-right")
 */
export declare function PhArrowLineUpRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-right")
 */
export declare function PhArrowRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-square-down  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-square-down" on phosphoricons.com](https://phosphoricons.com/?q="arrow-square-down")
 */
export declare function PhArrowSquareDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-square-down-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-square-down-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-square-down-left")
 */
export declare function PhArrowSquareDownLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-square-down-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-square-down-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-square-down-right")
 */
export declare function PhArrowSquareDownRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-square-in  
 * @categories arrows  
 * @since 1.2
 * @see [See "arrow-square-in" on phosphoricons.com](https://phosphoricons.com/?q="arrow-square-in")
 */
export declare function PhArrowSquareIn(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-square-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-square-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-square-left")
 */
export declare function PhArrowSquareLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-square-out  
 * @categories arrows  
 * @since 1.2
 * @see [See "arrow-square-out" on phosphoricons.com](https://phosphoricons.com/?q="arrow-square-out")
 */
export declare function PhArrowSquareOut(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-square-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-square-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-square-right")
 */
export declare function PhArrowSquareRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-square-up  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-square-up" on phosphoricons.com](https://phosphoricons.com/?q="arrow-square-up")
 */
export declare function PhArrowSquareUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-square-up-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-square-up-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-square-up-left")
 */
export declare function PhArrowSquareUpLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-square-up-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-square-up-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-square-up-right")
 */
export declare function PhArrowSquareUpRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-u-down-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-u-down-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-u-down-left")
 */
export declare function PhArrowUDownLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-u-down-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-u-down-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-u-down-right")
 */
export declare function PhArrowUDownRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-u-left-down  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-u-left-down" on phosphoricons.com](https://phosphoricons.com/?q="arrow-u-left-down")
 */
export declare function PhArrowULeftDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-u-left-up  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-u-left-up" on phosphoricons.com](https://phosphoricons.com/?q="arrow-u-left-up")
 */
export declare function PhArrowULeftUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-u-right-down  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-u-right-down" on phosphoricons.com](https://phosphoricons.com/?q="arrow-u-right-down")
 */
export declare function PhArrowURightDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-u-right-up  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-u-right-up" on phosphoricons.com](https://phosphoricons.com/?q="arrow-u-right-up")
 */
export declare function PhArrowURightUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-u-up-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-u-up-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-u-up-left")
 */
export declare function PhArrowUUpLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-u-up-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-u-up-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-u-up-right")
 */
export declare function PhArrowUUpRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-up  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-up" on phosphoricons.com](https://phosphoricons.com/?q="arrow-up")
 */
export declare function PhArrowUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-up-left  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-up-left" on phosphoricons.com](https://phosphoricons.com/?q="arrow-up-left")
 */
export declare function PhArrowUpLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrow-up-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrow-up-right" on phosphoricons.com](https://phosphoricons.com/?q="arrow-up-right")
 */
export declare function PhArrowUpRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-clockwise  
 * @categories arrows  
 * @since 1
 * @see [See "arrows-clockwise" on phosphoricons.com](https://phosphoricons.com/?q="arrows-clockwise")
 */
export declare function PhArrowsClockwise(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-counter-clockwise  
 * @categories arrows  
 * @since 1
 * @see [See "arrows-counter-clockwise" on phosphoricons.com](https://phosphoricons.com/?q="arrows-counter-clockwise")
 */
export declare function PhArrowsCounterClockwise(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-down-up  
 * @categories arrows  
 * @since 1
 * @see [See "arrows-down-up" on phosphoricons.com](https://phosphoricons.com/?q="arrows-down-up")
 */
export declare function PhArrowsDownUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-horizontal  
 * @categories arrows  
 * @since 1.4
 * @see [See "arrows-horizontal" on phosphoricons.com](https://phosphoricons.com/?q="arrows-horizontal")
 */
export declare function PhArrowsHorizontal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-in  
 * @categories arrows  
 * @since 1
 * @see [See "arrows-in" on phosphoricons.com](https://phosphoricons.com/?q="arrows-in")
 */
export declare function PhArrowsIn(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-in-cardinal  
 * @categories arrows  
 * @since 1
 * @see [See "arrows-in-cardinal" on phosphoricons.com](https://phosphoricons.com/?q="arrows-in-cardinal")
 */
export declare function PhArrowsInCardinal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-in-line-horizontal  
 * @categories arrows, design, editor  
 * @since 1.1
 * @see [See "arrows-in-line-horizontal" on phosphoricons.com](https://phosphoricons.com/?q="arrows-in-line-horizontal")
 */
export declare function PhArrowsInLineHorizontal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-in-line-vertical  
 * @categories arrows, design, editor  
 * @since 1.1
 * @see [See "arrows-in-line-vertical" on phosphoricons.com](https://phosphoricons.com/?q="arrows-in-line-vertical")
 */
export declare function PhArrowsInLineVertical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-in-simple  
 * @categories arrows  
 * @since 1
 * @see [See "arrows-in-simple" on phosphoricons.com](https://phosphoricons.com/?q="arrows-in-simple")
 */
export declare function PhArrowsInSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-left-right  
 * @categories arrows  
 * @since 1
 * @see [See "arrows-left-right" on phosphoricons.com](https://phosphoricons.com/?q="arrows-left-right")
 */
export declare function PhArrowsLeftRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-merge  
 * @categories arrows  
 * @since 2
 * @see [See "arrows-merge" on phosphoricons.com](https://phosphoricons.com/?q="arrows-merge")
 */
export declare function PhArrowsMerge(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-out  
 * @categories arrows  
 * @since 1
 * @see [See "arrows-out" on phosphoricons.com](https://phosphoricons.com/?q="arrows-out")
 */
export declare function PhArrowsOut(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-out-cardinal  
 * @categories arrows  
 * @since 1
 * @see [See "arrows-out-cardinal" on phosphoricons.com](https://phosphoricons.com/?q="arrows-out-cardinal")
 */
export declare function PhArrowsOutCardinal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-out-line-horizontal  
 * @categories arrows, design, editor  
 * @since 1.1
 * @see [See "arrows-out-line-horizontal" on phosphoricons.com](https://phosphoricons.com/?q="arrows-out-line-horizontal")
 */
export declare function PhArrowsOutLineHorizontal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-out-line-vertical  
 * @categories arrows, design, editor  
 * @since 1.1
 * @see [See "arrows-out-line-vertical" on phosphoricons.com](https://phosphoricons.com/?q="arrows-out-line-vertical")
 */
export declare function PhArrowsOutLineVertical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-out-simple  
 * @categories arrows  
 * @since 1
 * @see [See "arrows-out-simple" on phosphoricons.com](https://phosphoricons.com/?q="arrows-out-simple")
 */
export declare function PhArrowsOutSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-split  
 * @categories arrows  
 * @since 2
 * @see [See "arrows-split" on phosphoricons.com](https://phosphoricons.com/?q="arrows-split")
 */
export declare function PhArrowsSplit(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name arrows-vertical  
 * @categories arrows  
 * @since 1.4
 * @see [See "arrows-vertical" on phosphoricons.com](https://phosphoricons.com/?q="arrows-vertical")
 */
export declare function PhArrowsVertical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name article  
 * @categories media, objects  
 * @since 1
 * @see [See "article" on phosphoricons.com](https://phosphoricons.com/?q="article")
 */
export declare function PhArticle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name article-medium  
 * @categories media, objects  
 * @since 1.2
 * @see [See "article-medium" on phosphoricons.com](https://phosphoricons.com/?q="article-medium")
 */
export declare function PhArticleMedium(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name article-ny-times  
 * @categories media, objects  
 * @since 1.2
 * @see [See "article-ny-times" on phosphoricons.com](https://phosphoricons.com/?q="article-ny-times")
 */
export declare function PhArticleNyTimes(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name asclepius  
 * @categories health & wellness  
 * @since 2.1
 * @see [See "asclepius" on phosphoricons.com](https://phosphoricons.com/?q="asclepius")
 */
export declare function PhAsclepius(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name asterisk  
 * @categories communications  
 * @since 1
 * @see [See "asterisk" on phosphoricons.com](https://phosphoricons.com/?q="asterisk")
 */
export declare function PhAsterisk(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name asterisk-simple  
 * @categories communications  
 * @since 1.4
 * @see [See "asterisk-simple" on phosphoricons.com](https://phosphoricons.com/?q="asterisk-simple")
 */
export declare function PhAsteriskSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name at  
 * @categories communications  
 * @since 1
 * @see [See "at" on phosphoricons.com](https://phosphoricons.com/?q="at")
 */
export declare function PhAt(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name atom  
 * @categories technology & development, nature  
 * @since 1.2
 * @see [See "atom" on phosphoricons.com](https://phosphoricons.com/?q="atom")
 */
export declare function PhAtom(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name avocado  
 * @categories commerce, nature  
 * @since 2.1
 * @see [See "avocado" on phosphoricons.com](https://phosphoricons.com/?q="avocado")
 */
export declare function PhAvocado(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name axe  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "axe" on phosphoricons.com](https://phosphoricons.com/?q="axe")
 */
export declare function PhAxe(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name baby  
 * @categories people, health & wellness  
 * @since 1.3
 * @see [See "baby" on phosphoricons.com](https://phosphoricons.com/?q="baby")
 */
export declare function PhBaby(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name baby-carriage  
 * @categories commerce, people  
 * @since 2.1
 * @see [See "baby-carriage" on phosphoricons.com](https://phosphoricons.com/?q="baby-carriage")
 */
export declare function PhBabyCarriage(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name backpack  
 * @categories commerce, objects  
 * @since 1.4
 * @see [See "backpack" on phosphoricons.com](https://phosphoricons.com/?q="backpack")
 */
export declare function PhBackpack(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name backspace  
 * @categories system  
 * @since 1
 * @see [See "backspace" on phosphoricons.com](https://phosphoricons.com/?q="backspace")
 */
export declare function PhBackspace(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bag  
 * @categories commerce, objects  
 * @since 1
 * @see [See "bag" on phosphoricons.com](https://phosphoricons.com/?q="bag")
 */
export declare function PhBag(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bag-simple  
 * @categories commerce, objects  
 * @since 1.2
 * @see [See "bag-simple" on phosphoricons.com](https://phosphoricons.com/?q="bag-simple")
 */
export declare function PhBagSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name balloon  
 * @categories commerce, objects  
 * @since 1.4
 * @see [See "balloon" on phosphoricons.com](https://phosphoricons.com/?q="balloon")
 */
export declare function PhBalloon(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bandaids  
 * @categories health & wellness  
 * @since 1
 * @see [See "bandaids" on phosphoricons.com](https://phosphoricons.com/?q="bandaids")
 */
export declare function PhBandaids(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bank  
 * @categories finances, maps & travel  
 * @since 1
 * @see [See "bank" on phosphoricons.com](https://phosphoricons.com/?q="bank")
 */
export declare function PhBank(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name barbell  
 * @categories health & wellness  
 * @since 1
 * @see [See "barbell" on phosphoricons.com](https://phosphoricons.com/?q="barbell")
 */
export declare function PhBarbell(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name barcode  
 * @categories commerce, system  
 * @since 1
 * @see [See "barcode" on phosphoricons.com](https://phosphoricons.com/?q="barcode")
 */
export declare function PhBarcode(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name barn  
 * @categories commerce, maps & travel  
 * @since 2.1
 * @see [See "barn" on phosphoricons.com](https://phosphoricons.com/?q="barn")
 */
export declare function PhBarn(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name barricade  
 * @categories maps & travel, objects  
 * @since 1.4
 * @see [See "barricade" on phosphoricons.com](https://phosphoricons.com/?q="barricade")
 */
export declare function PhBarricade(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name baseball  
 * @categories games, health & wellness, objects  
 * @since 1.3
 * @see [See "baseball" on phosphoricons.com](https://phosphoricons.com/?q="baseball")
 */
export declare function PhBaseball(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name baseball-cap  
 * @categories commerce, objects  
 * @since 2
 * @see [See "baseball-cap" on phosphoricons.com](https://phosphoricons.com/?q="baseball-cap")
 */
export declare function PhBaseballCap(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name baseball-helmet  
 * @categories games, health & wellness, objects  
 * @since 2.1
 * @see [See "baseball-helmet" on phosphoricons.com](https://phosphoricons.com/?q="baseball-helmet")
 */
export declare function PhBaseballHelmet(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name basket  
 * @categories commerce, objects  
 * @since 2
 * @see [See "basket" on phosphoricons.com](https://phosphoricons.com/?q="basket")
 */
export declare function PhBasket(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name basketball  
 * @categories games, health & wellness, objects  
 * @since 1.3
 * @see [See "basketball" on phosphoricons.com](https://phosphoricons.com/?q="basketball")
 */
export declare function PhBasketball(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bathtub  
 * @categories objects  
 * @since 1.4
 * @see [See "bathtub" on phosphoricons.com](https://phosphoricons.com/?q="bathtub")
 */
export declare function PhBathtub(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name battery-charging  
 * @categories system  
 * @since 1
 * @see [See "battery-charging" on phosphoricons.com](https://phosphoricons.com/?q="battery-charging")
 */
export declare function PhBatteryCharging(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name battery-charging-vertical  
 * @categories system  
 * @since 1
 * @see [See "battery-charging-vertical" on phosphoricons.com](https://phosphoricons.com/?q="battery-charging-vertical")
 */
export declare function PhBatteryChargingVertical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name battery-empty  
 * @categories system  
 * @since 1
 * @see [See "battery-empty" on phosphoricons.com](https://phosphoricons.com/?q="battery-empty")
 */
export declare function PhBatteryEmpty(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name battery-full  
 * @categories system  
 * @since 1
 * @see [See "battery-full" on phosphoricons.com](https://phosphoricons.com/?q="battery-full")
 */
export declare function PhBatteryFull(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name battery-high  
 * @categories system  
 * @since 1
 * @see [See "battery-high" on phosphoricons.com](https://phosphoricons.com/?q="battery-high")
 */
export declare function PhBatteryHigh(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name battery-low  
 * @categories system  
 * @since 1
 * @see [See "battery-low" on phosphoricons.com](https://phosphoricons.com/?q="battery-low")
 */
export declare function PhBatteryLow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name battery-medium  
 * @categories system  
 * @since 1
 * @see [See "battery-medium" on phosphoricons.com](https://phosphoricons.com/?q="battery-medium")
 */
export declare function PhBatteryMedium(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name battery-plus  
 * @categories system  
 * @since 1.4
 * @see [See "battery-plus" on phosphoricons.com](https://phosphoricons.com/?q="battery-plus")
 */
export declare function PhBatteryPlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name battery-plus-vertical  
 * @categories system  
 * @since 2
 * @see [See "battery-plus-vertical" on phosphoricons.com](https://phosphoricons.com/?q="battery-plus-vertical")
 */
export declare function PhBatteryPlusVertical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name battery-vertical-empty  
 * @categories system  
 * @since 2
 * @see [See "battery-vertical-empty" on phosphoricons.com](https://phosphoricons.com/?q="battery-vertical-empty")
 */
export declare function PhBatteryVerticalEmpty(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name battery-vertical-full  
 * @categories system  
 * @since 2
 * @see [See "battery-vertical-full" on phosphoricons.com](https://phosphoricons.com/?q="battery-vertical-full")
 */
export declare function PhBatteryVerticalFull(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name battery-vertical-high  
 * @categories system  
 * @since 2
 * @see [See "battery-vertical-high" on phosphoricons.com](https://phosphoricons.com/?q="battery-vertical-high")
 */
export declare function PhBatteryVerticalHigh(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name battery-vertical-low  
 * @categories system  
 * @since 2
 * @see [See "battery-vertical-low" on phosphoricons.com](https://phosphoricons.com/?q="battery-vertical-low")
 */
export declare function PhBatteryVerticalLow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name battery-vertical-medium  
 * @categories system  
 * @since 2
 * @see [See "battery-vertical-medium" on phosphoricons.com](https://phosphoricons.com/?q="battery-vertical-medium")
 */
export declare function PhBatteryVerticalMedium(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name battery-warning  
 * @categories system  
 * @since 1
 * @see [See "battery-warning" on phosphoricons.com](https://phosphoricons.com/?q="battery-warning")
 */
export declare function PhBatteryWarning(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name battery-warning-vertical  
 * @categories system  
 * @since 1
 * @see [See "battery-warning-vertical" on phosphoricons.com](https://phosphoricons.com/?q="battery-warning-vertical")
 */
export declare function PhBatteryWarningVertical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name beach-ball  
 * @categories games, health & wellness, objects  
 * @since 2.1
 * @see [See "beach-ball" on phosphoricons.com](https://phosphoricons.com/?q="beach-ball")
 */
export declare function PhBeachBall(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name beanie  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "beanie" on phosphoricons.com](https://phosphoricons.com/?q="beanie")
 */
export declare function PhBeanie(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bed  
 * @categories health & wellness, maps & travel, objects  
 * @since 1
 * @see [See "bed" on phosphoricons.com](https://phosphoricons.com/?q="bed")
 */
export declare function PhBed(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name beer-bottle  
 * @categories commerce, maps & travel, objects  
 * @since 1.4
 * @see [See "beer-bottle" on phosphoricons.com](https://phosphoricons.com/?q="beer-bottle")
 */
export declare function PhBeerBottle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name beer-stein  
 * @categories commerce, maps & travel, objects  
 * @since 2
 * @see [See "beer-stein" on phosphoricons.com](https://phosphoricons.com/?q="beer-stein")
 */
export declare function PhBeerStein(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name behance-logo  
 * @categories brands, design  
 * @since 1.4
 * @see [See "behance-logo" on phosphoricons.com](https://phosphoricons.com/?q="behance-logo")
 */
export declare function PhBehanceLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bell  
 * @categories system, objects  
 * @since 1
 * @see [See "bell" on phosphoricons.com](https://phosphoricons.com/?q="bell")
 */
export declare function PhBell(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bell-ringing  
 * @categories system  
 * @since 1.2
 * @see [See "bell-ringing" on phosphoricons.com](https://phosphoricons.com/?q="bell-ringing")
 */
export declare function PhBellRinging(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bell-simple  
 * @categories system, objects  
 * @since 1
 * @see [See "bell-simple" on phosphoricons.com](https://phosphoricons.com/?q="bell-simple")
 */
export declare function PhBellSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bell-simple-ringing  
 * @categories system  
 * @since 1.2
 * @see [See "bell-simple-ringing" on phosphoricons.com](https://phosphoricons.com/?q="bell-simple-ringing")
 */
export declare function PhBellSimpleRinging(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bell-simple-slash  
 * @categories system  
 * @since 1
 * @see [See "bell-simple-slash" on phosphoricons.com](https://phosphoricons.com/?q="bell-simple-slash")
 */
export declare function PhBellSimpleSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bell-simple-z  
 * @categories system  
 * @since 1.2
 * @see [See "bell-simple-z" on phosphoricons.com](https://phosphoricons.com/?q="bell-simple-z")
 */
export declare function PhBellSimpleZ(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bell-slash  
 * @categories system  
 * @since 1
 * @see [See "bell-slash" on phosphoricons.com](https://phosphoricons.com/?q="bell-slash")
 */
export declare function PhBellSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bell-z  
 * @categories system  
 * @since 1.2
 * @see [See "bell-z" on phosphoricons.com](https://phosphoricons.com/?q="bell-z")
 */
export declare function PhBellZ(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name belt  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "belt" on phosphoricons.com](https://phosphoricons.com/?q="belt")
 */
export declare function PhBelt(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bezier-curve  
 * @categories design  
 * @since 1.4
 * @see [See "bezier-curve" on phosphoricons.com](https://phosphoricons.com/?q="bezier-curve")
 */
export declare function PhBezierCurve(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bicycle  
 * @categories health & wellness, maps & travel, objects  
 * @since 1
 * @see [See "bicycle" on phosphoricons.com](https://phosphoricons.com/?q="bicycle")
 */
export declare function PhBicycle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name binary  
 * @categories technology & development, system  
 * @since 2.1
 * @see [See "binary" on phosphoricons.com](https://phosphoricons.com/?q="binary")
 */
export declare function PhBinary(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name binoculars  
 * @categories nature, objects, maps & travel  
 * @since 1.4
 * @see [See "binoculars" on phosphoricons.com](https://phosphoricons.com/?q="binoculars")
 */
export declare function PhBinoculars(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name biohazard  
 * @categories health & wellness  
 * @since 2.1
 * @see [See "biohazard" on phosphoricons.com](https://phosphoricons.com/?q="biohazard")
 */
export declare function PhBiohazard(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bird  
 * @categories nature  
 * @since 1.3
 * @see [See "bird" on phosphoricons.com](https://phosphoricons.com/?q="bird")
 */
export declare function PhBird(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name blueprint  
 * @categories commerce, design  
 * @since 2.1
 * @see [See "blueprint" on phosphoricons.com](https://phosphoricons.com/?q="blueprint")
 */
export declare function PhBlueprint(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bluetooth  
 * @categories system  
 * @since 1
 * @see [See "bluetooth" on phosphoricons.com](https://phosphoricons.com/?q="bluetooth")
 */
export declare function PhBluetooth(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bluetooth-connected  
 * @categories system  
 * @since 1
 * @see [See "bluetooth-connected" on phosphoricons.com](https://phosphoricons.com/?q="bluetooth-connected")
 */
export declare function PhBluetoothConnected(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bluetooth-slash  
 * @categories system  
 * @since 1
 * @see [See "bluetooth-slash" on phosphoricons.com](https://phosphoricons.com/?q="bluetooth-slash")
 */
export declare function PhBluetoothSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bluetooth-x  
 * @categories system  
 * @since 1
 * @see [See "bluetooth-x" on phosphoricons.com](https://phosphoricons.com/?q="bluetooth-x")
 */
export declare function PhBluetoothX(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name boat  
 * @categories maps & travel, objects  
 * @since 1.3
 * @see [See "boat" on phosphoricons.com](https://phosphoricons.com/?q="boat")
 */
export declare function PhBoat(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bomb  
 * @categories games, objects  
 * @since 2.1
 * @see [See "bomb" on phosphoricons.com](https://phosphoricons.com/?q="bomb")
 */
export declare function PhBomb(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bone  
 * @categories nature, health & wellness  
 * @since 2
 * @see [See "bone" on phosphoricons.com](https://phosphoricons.com/?q="bone")
 */
export declare function PhBone(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name book  
 * @categories office, media, objects  
 * @since 1
 * @see [See "book" on phosphoricons.com](https://phosphoricons.com/?q="book")
 */
export declare function PhBook(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name book-bookmark  
 * @categories office, media, objects  
 * @since 1
 * @see [See "book-bookmark" on phosphoricons.com](https://phosphoricons.com/?q="book-bookmark")
 */
export declare function PhBookBookmark(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name book-open  
 * @categories office, media, objects  
 * @since 1
 * @see [See "book-open" on phosphoricons.com](https://phosphoricons.com/?q="book-open")
 */
export declare function PhBookOpen(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name book-open-text  
 * @categories office, media, objects, maps & travel  
 * @since 2
 * @see [See "book-open-text" on phosphoricons.com](https://phosphoricons.com/?q="book-open-text")
 */
export declare function PhBookOpenText(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name book-open-user  
 * @categories office, media, objects  
 * @since 2.1
 * @see [See "book-open-user" on phosphoricons.com](https://phosphoricons.com/?q="book-open-user")
 */
export declare function PhBookOpenUser(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bookmark  
 * @categories office, media, objects  
 * @since 1
 * @see [See "bookmark" on phosphoricons.com](https://phosphoricons.com/?q="bookmark")
 */
export declare function PhBookmark(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bookmark-simple  
 * @categories office, media, objects  
 * @since 1
 * @see [See "bookmark-simple" on phosphoricons.com](https://phosphoricons.com/?q="bookmark-simple")
 */
export declare function PhBookmarkSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bookmarks  
 * @categories office, objects  
 * @since 1
 * @see [See "bookmarks" on phosphoricons.com](https://phosphoricons.com/?q="bookmarks")
 */
export declare function PhBookmarks(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bookmarks-simple  
 * @categories office, objects  
 * @since 1.2
 * @see [See "bookmarks-simple" on phosphoricons.com](https://phosphoricons.com/?q="bookmarks-simple")
 */
export declare function PhBookmarksSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name books  
 * @categories office, maps & travel, media, objects  
 * @since 1.3
 * @see [See "books" on phosphoricons.com](https://phosphoricons.com/?q="books")
 */
export declare function PhBooks(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name boot  
 * @categories commerce, objects, health & wellness  
 * @since 2
 * @see [See "boot" on phosphoricons.com](https://phosphoricons.com/?q="boot")
 */
export declare function PhBoot(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name boules  
 * @categories games, health & wellness, objects  
 * @since 2.1
 * @see [See "boules" on phosphoricons.com](https://phosphoricons.com/?q="boules")
 */
export declare function PhBoules(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bounding-box  
 * @categories design  
 * @since 1.3
 * @see [See "bounding-box" on phosphoricons.com](https://phosphoricons.com/?q="bounding-box")
 */
export declare function PhBoundingBox(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bowl-food  
 * @categories commerce, maps & travel, objects  
 * @since 2
 * @see [See "bowl-food" on phosphoricons.com](https://phosphoricons.com/?q="bowl-food")
 */
export declare function PhBowlFood(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bowl-steam  
 * @categories commerce, objects, maps & travel  
 * @since 2.1
 * @see [See "bowl-steam" on phosphoricons.com](https://phosphoricons.com/?q="bowl-steam")
 */
export declare function PhBowlSteam(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bowling-ball  
 * @categories games, health & wellness, objects  
 * @since 2.1
 * @see [See "bowling-ball" on phosphoricons.com](https://phosphoricons.com/?q="bowling-ball")
 */
export declare function PhBowlingBall(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name box-arrow-down  
 * @categories office, system  
 * @since 1
 * @see [See "box-arrow-down" on phosphoricons.com](https://phosphoricons.com/?q="box-arrow-down")
 */
export declare function PhBoxArrowDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name box-arrow-up  
 * @categories office, system  
 * @since 2.1
 * @see [See "box-arrow-up" on phosphoricons.com](https://phosphoricons.com/?q="box-arrow-up")
 */
export declare function PhBoxArrowUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name boxing-glove  
 * @categories games, health & wellness, objects  
 * @since 2.1
 * @see [See "boxing-glove" on phosphoricons.com](https://phosphoricons.com/?q="boxing-glove")
 */
export declare function PhBoxingGlove(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name brackets-angle  
 * @categories technology & development, editor  
 * @since 1.3
 * @see [See "brackets-angle" on phosphoricons.com](https://phosphoricons.com/?q="brackets-angle")
 */
export declare function PhBracketsAngle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name brackets-curly  
 * @categories technology & development, editor  
 * @since 1.3
 * @see [See "brackets-curly" on phosphoricons.com](https://phosphoricons.com/?q="brackets-curly")
 */
export declare function PhBracketsCurly(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name brackets-round  
 * @categories technology & development, editor  
 * @since 1.3
 * @see [See "brackets-round" on phosphoricons.com](https://phosphoricons.com/?q="brackets-round")
 */
export declare function PhBracketsRound(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name brackets-square  
 * @categories technology & development, editor  
 * @since 1.3
 * @see [See "brackets-square" on phosphoricons.com](https://phosphoricons.com/?q="brackets-square")
 */
export declare function PhBracketsSquare(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name brain  
 * @categories health & wellness, nature  
 * @since 1.3
 * @see [See "brain" on phosphoricons.com](https://phosphoricons.com/?q="brain")
 */
export declare function PhBrain(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name brandy  
 * @categories commerce, maps & travel, objects  
 * @since 1.3
 * @see [See "brandy" on phosphoricons.com](https://phosphoricons.com/?q="brandy")
 */
export declare function PhBrandy(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bread  
 * @categories commerce, maps & travel  
 * @since 2.1
 * @see [See "bread" on phosphoricons.com](https://phosphoricons.com/?q="bread")
 */
export declare function PhBread(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bridge  
 * @categories maps & travel, objects  
 * @since 2
 * @see [See "bridge" on phosphoricons.com](https://phosphoricons.com/?q="bridge")
 */
export declare function PhBridge(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name briefcase  
 * @categories office, objects  
 * @since 1
 * @see [See "briefcase" on phosphoricons.com](https://phosphoricons.com/?q="briefcase")
 */
export declare function PhBriefcase(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name briefcase-metal  
 * @categories office, objects  
 * @since 1.2
 * @see [See "briefcase-metal" on phosphoricons.com](https://phosphoricons.com/?q="briefcase-metal")
 */
export declare function PhBriefcaseMetal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name broadcast  
 * @categories communications, media, system  
 * @since 1
 * @see [See "broadcast" on phosphoricons.com](https://phosphoricons.com/?q="broadcast")
 */
export declare function PhBroadcast(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name broom  
 * @categories objects  
 * @since 2
 * @see [See "broom" on phosphoricons.com](https://phosphoricons.com/?q="broom")
 */
export declare function PhBroom(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name browser  
 * @categories communications, system  
 * @since 1
 * @see [See "browser" on phosphoricons.com](https://phosphoricons.com/?q="browser")
 */
export declare function PhBrowser(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name browsers  
 * @categories communications, system  
 * @since 1
 * @see [See "browsers" on phosphoricons.com](https://phosphoricons.com/?q="browsers")
 */
export declare function PhBrowsers(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bug  
 * @categories technology & development, nature  
 * @since 1.2
 * @see [See "bug" on phosphoricons.com](https://phosphoricons.com/?q="bug")
 */
export declare function PhBug(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bug-beetle  
 * @categories technology & development, nature  
 * @since 1.2
 * @see [See "bug-beetle" on phosphoricons.com](https://phosphoricons.com/?q="bug-beetle")
 */
export declare function PhBugBeetle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bug-droid  
 * @categories technology & development, nature  
 * @since 1.2
 * @see [See "bug-droid" on phosphoricons.com](https://phosphoricons.com/?q="bug-droid")
 */
export declare function PhBugDroid(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name building  
 * @categories commerce, maps & travel  
 * @since 2.1
 * @see [See "building" on phosphoricons.com](https://phosphoricons.com/?q="building")
 */
export declare function PhBuilding(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name building-apartment  
 * @categories commerce, maps & travel  
 * @since 2.1
 * @see [See "building-apartment" on phosphoricons.com](https://phosphoricons.com/?q="building-apartment")
 */
export declare function PhBuildingApartment(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name building-office  
 * @categories commerce, maps & travel  
 * @since 2.1
 * @see [See "building-office" on phosphoricons.com](https://phosphoricons.com/?q="building-office")
 */
export declare function PhBuildingOffice(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name buildings  
 * @categories commerce, maps & travel  
 * @since 1
 * @see [See "buildings" on phosphoricons.com](https://phosphoricons.com/?q="buildings")
 */
export declare function PhBuildings(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bulldozer  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "bulldozer" on phosphoricons.com](https://phosphoricons.com/?q="bulldozer")
 */
export declare function PhBulldozer(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name bus  
 * @categories maps & travel, objects  
 * @since 1
 * @see [See "bus" on phosphoricons.com](https://phosphoricons.com/?q="bus")
 */
export declare function PhBus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name butterfly  
 * @categories nature  
 * @since 1.4
 * @see [See "butterfly" on phosphoricons.com](https://phosphoricons.com/?q="butterfly")
 */
export declare function PhButterfly(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cable-car  
 * @categories maps & travel, objects  
 * @since 2.1
 * @see [See "cable-car" on phosphoricons.com](https://phosphoricons.com/?q="cable-car")
 */
export declare function PhCableCar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cactus  
 * @categories nature  
 * @since 1.4
 * @see [See "cactus" on phosphoricons.com](https://phosphoricons.com/?q="cactus")
 */
export declare function PhCactus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cake  
 * @categories objects  
 * @since 1.3
 * @see [See "cake" on phosphoricons.com](https://phosphoricons.com/?q="cake")
 */
export declare function PhCake(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name calculator  
 * @categories technology & development, finances, office, objects  
 * @since 1.1
 * @see [See "calculator" on phosphoricons.com](https://phosphoricons.com/?q="calculator")
 */
export declare function PhCalculator(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name calendar  
 * @categories office, system  
 * @since 1
 * @see [See "calendar" on phosphoricons.com](https://phosphoricons.com/?q="calendar")
 */
export declare function PhCalendar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name calendar-blank  
 * @categories office, system  
 * @since 1
 * @see [See "calendar-blank" on phosphoricons.com](https://phosphoricons.com/?q="calendar-blank")
 */
export declare function PhCalendarBlank(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name calendar-check  
 * @categories office, system  
 * @since 1.3
 * @see [See "calendar-check" on phosphoricons.com](https://phosphoricons.com/?q="calendar-check")
 */
export declare function PhCalendarCheck(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name calendar-dot  
 * @categories office, system  
 * @since 2.1
 * @see [See "calendar-dot" on phosphoricons.com](https://phosphoricons.com/?q="calendar-dot")
 */
export declare function PhCalendarDot(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name calendar-dots  
 * @categories office, system  
 * @since 2.1
 * @see [See "calendar-dots" on phosphoricons.com](https://phosphoricons.com/?q="calendar-dots")
 */
export declare function PhCalendarDots(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name calendar-heart  
 * @categories office, system  
 * @since 2.1
 * @see [See "calendar-heart" on phosphoricons.com](https://phosphoricons.com/?q="calendar-heart")
 */
export declare function PhCalendarHeart(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name calendar-minus  
 * @categories office, system  
 * @since 2.1
 * @see [See "calendar-minus" on phosphoricons.com](https://phosphoricons.com/?q="calendar-minus")
 */
export declare function PhCalendarMinus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name calendar-plus  
 * @categories office, system  
 * @since 1.3
 * @see [See "calendar-plus" on phosphoricons.com](https://phosphoricons.com/?q="calendar-plus")
 */
export declare function PhCalendarPlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name calendar-slash  
 * @categories office, system  
 * @since 2.1
 * @see [See "calendar-slash" on phosphoricons.com](https://phosphoricons.com/?q="calendar-slash")
 */
export declare function PhCalendarSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name calendar-star  
 * @categories office, system  
 * @since 2.1
 * @see [See "calendar-star" on phosphoricons.com](https://phosphoricons.com/?q="calendar-star")
 */
export declare function PhCalendarStar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name calendar-x  
 * @categories office, system  
 * @since 1
 * @see [See "calendar-x" on phosphoricons.com](https://phosphoricons.com/?q="calendar-x")
 */
export declare function PhCalendarX(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name call-bell  
 * @categories maps & travel, objects  
 * @since 2
 * @see [See "call-bell" on phosphoricons.com](https://phosphoricons.com/?q="call-bell")
 */
export declare function PhCallBell(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name camera  
 * @categories media, system, objects  
 * @since 1
 * @see [See "camera" on phosphoricons.com](https://phosphoricons.com/?q="camera")
 */
export declare function PhCamera(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name camera-plus  
 * @categories media, system  
 * @since 2
 * @see [See "camera-plus" on phosphoricons.com](https://phosphoricons.com/?q="camera-plus")
 */
export declare function PhCameraPlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name camera-rotate  
 * @categories media, system  
 * @since 1.4
 * @see [See "camera-rotate" on phosphoricons.com](https://phosphoricons.com/?q="camera-rotate")
 */
export declare function PhCameraRotate(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name camera-slash  
 * @categories media, system  
 * @since 1
 * @see [See "camera-slash" on phosphoricons.com](https://phosphoricons.com/?q="camera-slash")
 */
export declare function PhCameraSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name campfire  
 * @categories nature  
 * @since 1.4
 * @see [See "campfire" on phosphoricons.com](https://phosphoricons.com/?q="campfire")
 */
export declare function PhCampfire(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name car  
 * @categories maps & travel, objects  
 * @since 1
 * @see [See "car" on phosphoricons.com](https://phosphoricons.com/?q="car")
 */
export declare function PhCar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name car-battery  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "car-battery" on phosphoricons.com](https://phosphoricons.com/?q="car-battery")
 */
export declare function PhCarBattery(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name car-profile  
 * @categories maps & travel, objects  
 * @since 2
 * @see [See "car-profile" on phosphoricons.com](https://phosphoricons.com/?q="car-profile")
 */
export declare function PhCarProfile(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name car-simple  
 * @categories maps & travel, objects  
 * @since 1
 * @see [See "car-simple" on phosphoricons.com](https://phosphoricons.com/?q="car-simple")
 */
export declare function PhCarSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cardholder  
 * @categories commerce, finances, objects  
 * @since 1.2
 * @see [See "cardholder" on phosphoricons.com](https://phosphoricons.com/?q="cardholder")
 */
export declare function PhCardholder(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cards  
 * @categories design, system  
 * @since 1
 * @see [See "cards" on phosphoricons.com](https://phosphoricons.com/?q="cards")
 */
export declare function PhCards(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cards-three  
 * @categories design, system  
 * @since 2.1
 * @see [See "cards-three" on phosphoricons.com](https://phosphoricons.com/?q="cards-three")
 */
export declare function PhCardsThree(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-circle-double-down  
 * @categories arrows  
 * @since 1
 * @see [See "caret-circle-double-down" on phosphoricons.com](https://phosphoricons.com/?q="caret-circle-double-down")
 */
export declare function PhCaretCircleDoubleDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-circle-double-left  
 * @categories arrows  
 * @since 1
 * @see [See "caret-circle-double-left" on phosphoricons.com](https://phosphoricons.com/?q="caret-circle-double-left")
 */
export declare function PhCaretCircleDoubleLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-circle-double-right  
 * @categories arrows  
 * @since 1
 * @see [See "caret-circle-double-right" on phosphoricons.com](https://phosphoricons.com/?q="caret-circle-double-right")
 */
export declare function PhCaretCircleDoubleRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-circle-double-up  
 * @categories arrows  
 * @since 1
 * @see [See "caret-circle-double-up" on phosphoricons.com](https://phosphoricons.com/?q="caret-circle-double-up")
 */
export declare function PhCaretCircleDoubleUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-circle-down  
 * @categories arrows  
 * @since 1
 * @see [See "caret-circle-down" on phosphoricons.com](https://phosphoricons.com/?q="caret-circle-down")
 */
export declare function PhCaretCircleDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-circle-left  
 * @categories arrows  
 * @since 1
 * @see [See "caret-circle-left" on phosphoricons.com](https://phosphoricons.com/?q="caret-circle-left")
 */
export declare function PhCaretCircleLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-circle-right  
 * @categories arrows  
 * @since 1
 * @see [See "caret-circle-right" on phosphoricons.com](https://phosphoricons.com/?q="caret-circle-right")
 */
export declare function PhCaretCircleRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-circle-up  
 * @categories arrows  
 * @since 1
 * @see [See "caret-circle-up" on phosphoricons.com](https://phosphoricons.com/?q="caret-circle-up")
 */
export declare function PhCaretCircleUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-circle-up-down  
 * @categories arrows  
 * @since 2
 * @see [See "caret-circle-up-down" on phosphoricons.com](https://phosphoricons.com/?q="caret-circle-up-down")
 */
export declare function PhCaretCircleUpDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-double-down  
 * @categories arrows  
 * @since 1
 * @see [See "caret-double-down" on phosphoricons.com](https://phosphoricons.com/?q="caret-double-down")
 */
export declare function PhCaretDoubleDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-double-left  
 * @categories arrows  
 * @since 1
 * @see [See "caret-double-left" on phosphoricons.com](https://phosphoricons.com/?q="caret-double-left")
 */
export declare function PhCaretDoubleLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-double-right  
 * @categories arrows  
 * @since 1
 * @see [See "caret-double-right" on phosphoricons.com](https://phosphoricons.com/?q="caret-double-right")
 */
export declare function PhCaretDoubleRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-double-up  
 * @categories arrows  
 * @since 1
 * @see [See "caret-double-up" on phosphoricons.com](https://phosphoricons.com/?q="caret-double-up")
 */
export declare function PhCaretDoubleUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-down  
 * @categories arrows  
 * @since 1
 * @see [See "caret-down" on phosphoricons.com](https://phosphoricons.com/?q="caret-down")
 */
export declare function PhCaretDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-left  
 * @categories arrows  
 * @since 1
 * @see [See "caret-left" on phosphoricons.com](https://phosphoricons.com/?q="caret-left")
 */
export declare function PhCaretLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-line-down  
 * @categories arrows  
 * @since 2.1
 * @see [See "caret-line-down" on phosphoricons.com](https://phosphoricons.com/?q="caret-line-down")
 */
export declare function PhCaretLineDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-line-left  
 * @categories arrows  
 * @since 2.1
 * @see [See "caret-line-left" on phosphoricons.com](https://phosphoricons.com/?q="caret-line-left")
 */
export declare function PhCaretLineLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-line-right  
 * @categories arrows  
 * @since 2.1
 * @see [See "caret-line-right" on phosphoricons.com](https://phosphoricons.com/?q="caret-line-right")
 */
export declare function PhCaretLineRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-line-up  
 * @categories arrows  
 * @since 2.1
 * @see [See "caret-line-up" on phosphoricons.com](https://phosphoricons.com/?q="caret-line-up")
 */
export declare function PhCaretLineUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-right  
 * @categories arrows  
 * @since 1
 * @see [See "caret-right" on phosphoricons.com](https://phosphoricons.com/?q="caret-right")
 */
export declare function PhCaretRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-up  
 * @categories arrows  
 * @since 1
 * @see [See "caret-up" on phosphoricons.com](https://phosphoricons.com/?q="caret-up")
 */
export declare function PhCaretUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name caret-up-down  
 * @categories arrows  
 * @since 2
 * @see [See "caret-up-down" on phosphoricons.com](https://phosphoricons.com/?q="caret-up-down")
 */
export declare function PhCaretUpDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name carrot  
 * @categories commerce, nature  
 * @since 2
 * @see [See "carrot" on phosphoricons.com](https://phosphoricons.com/?q="carrot")
 */
export declare function PhCarrot(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cash-register  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "cash-register" on phosphoricons.com](https://phosphoricons.com/?q="cash-register")
 */
export declare function PhCashRegister(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cassette-tape  
 * @categories media, objects  
 * @since 2
 * @see [See "cassette-tape" on phosphoricons.com](https://phosphoricons.com/?q="cassette-tape")
 */
export declare function PhCassetteTape(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name castle-turret  
 * @categories maps & travel, objects, games  
 * @since 2
 * @see [See "castle-turret" on phosphoricons.com](https://phosphoricons.com/?q="castle-turret")
 */
export declare function PhCastleTurret(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cat  
 * @categories nature  
 * @since 1.3
 * @see [See "cat" on phosphoricons.com](https://phosphoricons.com/?q="cat")
 */
export declare function PhCat(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cell-signal-full  
 * @categories system  
 * @since 1
 * @see [See "cell-signal-full" on phosphoricons.com](https://phosphoricons.com/?q="cell-signal-full")
 */
export declare function PhCellSignalFull(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cell-signal-high  
 * @categories system  
 * @since 1
 * @see [See "cell-signal-high" on phosphoricons.com](https://phosphoricons.com/?q="cell-signal-high")
 */
export declare function PhCellSignalHigh(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cell-signal-low  
 * @categories system  
 * @since 1
 * @see [See "cell-signal-low" on phosphoricons.com](https://phosphoricons.com/?q="cell-signal-low")
 */
export declare function PhCellSignalLow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cell-signal-medium  
 * @categories system  
 * @since 1
 * @see [See "cell-signal-medium" on phosphoricons.com](https://phosphoricons.com/?q="cell-signal-medium")
 */
export declare function PhCellSignalMedium(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cell-signal-none  
 * @categories system  
 * @since 1
 * @see [See "cell-signal-none" on phosphoricons.com](https://phosphoricons.com/?q="cell-signal-none")
 */
export declare function PhCellSignalNone(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cell-signal-slash  
 * @categories system  
 * @since 1
 * @see [See "cell-signal-slash" on phosphoricons.com](https://phosphoricons.com/?q="cell-signal-slash")
 */
export declare function PhCellSignalSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cell-signal-x  
 * @categories system  
 * @since 1
 * @see [See "cell-signal-x" on phosphoricons.com](https://phosphoricons.com/?q="cell-signal-x")
 */
export declare function PhCellSignalX(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cell-tower  
 * @categories system  
 * @since 2.1
 * @see [See "cell-tower" on phosphoricons.com](https://phosphoricons.com/?q="cell-tower")
 */
export declare function PhCellTower(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name certificate  
 * @categories objects  
 * @since 2
 * @see [See "certificate" on phosphoricons.com](https://phosphoricons.com/?q="certificate")
 */
export declare function PhCertificate(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chair  
 * @categories objects, commerce  
 * @since 2
 * @see [See "chair" on phosphoricons.com](https://phosphoricons.com/?q="chair")
 */
export declare function PhChair(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chalkboard  
 * @categories maps & travel, objects  
 * @since 1.2
 * @see [See "chalkboard" on phosphoricons.com](https://phosphoricons.com/?q="chalkboard")
 */
export declare function PhChalkboard(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chalkboard-simple  
 * @categories maps & travel, objects  
 * @since 1.2
 * @see [See "chalkboard-simple" on phosphoricons.com](https://phosphoricons.com/?q="chalkboard-simple")
 */
export declare function PhChalkboardSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chalkboard-teacher  
 * @categories maps & travel, objects, people  
 * @since 1.2
 * @see [See "chalkboard-teacher" on phosphoricons.com](https://phosphoricons.com/?q="chalkboard-teacher")
 */
export declare function PhChalkboardTeacher(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name champagne  
 * @categories maps & travel, commerce, objects  
 * @since 2
 * @see [See "champagne" on phosphoricons.com](https://phosphoricons.com/?q="champagne")
 */
export declare function PhChampagne(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name charging-station  
 * @categories maps & travel, objects  
 * @since 2
 * @see [See "charging-station" on phosphoricons.com](https://phosphoricons.com/?q="charging-station")
 */
export declare function PhChargingStation(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chart-bar  
 * @categories finances, office  
 * @since 1
 * @see [See "chart-bar" on phosphoricons.com](https://phosphoricons.com/?q="chart-bar")
 */
export declare function PhChartBar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chart-bar-horizontal  
 * @categories finances, office  
 * @since 1
 * @see [See "chart-bar-horizontal" on phosphoricons.com](https://phosphoricons.com/?q="chart-bar-horizontal")
 */
export declare function PhChartBarHorizontal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chart-donut  
 * @categories finances, office  
 * @since 2
 * @see [See "chart-donut" on phosphoricons.com](https://phosphoricons.com/?q="chart-donut")
 */
export declare function PhChartDonut(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chart-line  
 * @categories finances, office  
 * @since 1
 * @see [See "chart-line" on phosphoricons.com](https://phosphoricons.com/?q="chart-line")
 */
export declare function PhChartLine(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chart-line-down  
 * @categories finances, office  
 * @since 2
 * @see [See "chart-line-down" on phosphoricons.com](https://phosphoricons.com/?q="chart-line-down")
 */
export declare function PhChartLineDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chart-line-up  
 * @categories finances, office  
 * @since 1
 * @see [See "chart-line-up" on phosphoricons.com](https://phosphoricons.com/?q="chart-line-up")
 */
export declare function PhChartLineUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chart-pie  
 * @categories finances, office  
 * @since 1
 * @see [See "chart-pie" on phosphoricons.com](https://phosphoricons.com/?q="chart-pie")
 */
export declare function PhChartPie(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chart-pie-slice  
 * @categories finances, office  
 * @since 1
 * @see [See "chart-pie-slice" on phosphoricons.com](https://phosphoricons.com/?q="chart-pie-slice")
 */
export declare function PhChartPieSlice(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chart-polar  
 * @categories finances, office  
 * @since 2
 * @see [See "chart-polar" on phosphoricons.com](https://phosphoricons.com/?q="chart-polar")
 */
export declare function PhChartPolar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chart-scatter  
 * @categories finances, office  
 * @since 2
 * @see [See "chart-scatter" on phosphoricons.com](https://phosphoricons.com/?q="chart-scatter")
 */
export declare function PhChartScatter(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chat  
 * @categories communications  
 * @since 1
 * @see [See "chat" on phosphoricons.com](https://phosphoricons.com/?q="chat")
 */
export declare function PhChat(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chat-centered  
 * @categories communications  
 * @since 1
 * @see [See "chat-centered" on phosphoricons.com](https://phosphoricons.com/?q="chat-centered")
 */
export declare function PhChatCentered(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chat-centered-dots  
 * @categories communications  
 * @since 1
 * @see [See "chat-centered-dots" on phosphoricons.com](https://phosphoricons.com/?q="chat-centered-dots")
 */
export declare function PhChatCenteredDots(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chat-centered-slash  
 * @categories communications  
 * @since 2.1
 * @see [See "chat-centered-slash" on phosphoricons.com](https://phosphoricons.com/?q="chat-centered-slash")
 */
export declare function PhChatCenteredSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chat-centered-text  
 * @categories communications  
 * @since 1
 * @see [See "chat-centered-text" on phosphoricons.com](https://phosphoricons.com/?q="chat-centered-text")
 */
export declare function PhChatCenteredText(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chat-circle  
 * @categories communications  
 * @since 1
 * @see [See "chat-circle" on phosphoricons.com](https://phosphoricons.com/?q="chat-circle")
 */
export declare function PhChatCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chat-circle-dots  
 * @categories communications  
 * @since 1
 * @see [See "chat-circle-dots" on phosphoricons.com](https://phosphoricons.com/?q="chat-circle-dots")
 */
export declare function PhChatCircleDots(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chat-circle-slash  
 * @categories communications  
 * @since 2.1
 * @see [See "chat-circle-slash" on phosphoricons.com](https://phosphoricons.com/?q="chat-circle-slash")
 */
export declare function PhChatCircleSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chat-circle-text  
 * @categories communications  
 * @since 1
 * @see [See "chat-circle-text" on phosphoricons.com](https://phosphoricons.com/?q="chat-circle-text")
 */
export declare function PhChatCircleText(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chat-dots  
 * @categories communications  
 * @since 1
 * @see [See "chat-dots" on phosphoricons.com](https://phosphoricons.com/?q="chat-dots")
 */
export declare function PhChatDots(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chat-slash  
 * @categories communications  
 * @since 2.1
 * @see [See "chat-slash" on phosphoricons.com](https://phosphoricons.com/?q="chat-slash")
 */
export declare function PhChatSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chat-teardrop  
 * @categories communications  
 * @since 1
 * @see [See "chat-teardrop" on phosphoricons.com](https://phosphoricons.com/?q="chat-teardrop")
 */
export declare function PhChatTeardrop(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chat-teardrop-dots  
 * @categories communications  
 * @since 1
 * @see [See "chat-teardrop-dots" on phosphoricons.com](https://phosphoricons.com/?q="chat-teardrop-dots")
 */
export declare function PhChatTeardropDots(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chat-teardrop-slash  
 * @categories communications  
 * @since 2.1
 * @see [See "chat-teardrop-slash" on phosphoricons.com](https://phosphoricons.com/?q="chat-teardrop-slash")
 */
export declare function PhChatTeardropSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chat-teardrop-text  
 * @categories communications  
 * @since 1
 * @see [See "chat-teardrop-text" on phosphoricons.com](https://phosphoricons.com/?q="chat-teardrop-text")
 */
export declare function PhChatTeardropText(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chat-text  
 * @categories communications  
 * @since 1
 * @see [See "chat-text" on phosphoricons.com](https://phosphoricons.com/?q="chat-text")
 */
export declare function PhChatText(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chats  
 * @categories communications  
 * @since 1
 * @see [See "chats" on phosphoricons.com](https://phosphoricons.com/?q="chats")
 */
export declare function PhChats(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chats-circle  
 * @categories communications  
 * @since 1
 * @see [See "chats-circle" on phosphoricons.com](https://phosphoricons.com/?q="chats-circle")
 */
export declare function PhChatsCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chats-teardrop  
 * @categories communications  
 * @since 1
 * @see [See "chats-teardrop" on phosphoricons.com](https://phosphoricons.com/?q="chats-teardrop")
 */
export declare function PhChatsTeardrop(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name check  
 * @categories system  
 * @since 1
 * @see [See "check" on phosphoricons.com](https://phosphoricons.com/?q="check")
 */
export declare function PhCheck(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name check-circle  
 * @categories system  
 * @since 1
 * @see [See "check-circle" on phosphoricons.com](https://phosphoricons.com/?q="check-circle")
 */
export declare function PhCheckCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name check-fat  
 * @categories system  
 * @since 2
 * @see [See "check-fat" on phosphoricons.com](https://phosphoricons.com/?q="check-fat")
 */
export declare function PhCheckFat(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name check-square  
 * @categories system  
 * @since 1
 * @see [See "check-square" on phosphoricons.com](https://phosphoricons.com/?q="check-square")
 */
export declare function PhCheckSquare(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name check-square-offset  
 * @categories system  
 * @since 1
 * @see [See "check-square-offset" on phosphoricons.com](https://phosphoricons.com/?q="check-square-offset")
 */
export declare function PhCheckSquareOffset(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name checkerboard  
 * @categories games  
 * @since 2.1
 * @see [See "checkerboard" on phosphoricons.com](https://phosphoricons.com/?q="checkerboard")
 */
export declare function PhCheckerboard(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name checks  
 * @categories system  
 * @since 1.1
 * @see [See "checks" on phosphoricons.com](https://phosphoricons.com/?q="checks")
 */
export declare function PhChecks(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cheers  
 * @categories commerce, maps & travel  
 * @since 2.1
 * @see [See "cheers" on phosphoricons.com](https://phosphoricons.com/?q="cheers")
 */
export declare function PhCheers(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cheese  
 * @categories commerce  
 * @since 2.1
 * @see [See "cheese" on phosphoricons.com](https://phosphoricons.com/?q="cheese")
 */
export declare function PhCheese(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name chef-hat  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "chef-hat" on phosphoricons.com](https://phosphoricons.com/?q="chef-hat")
 */
export declare function PhChefHat(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cherries  
 * @categories nature, commerce  
 * @since 2.1
 * @see [See "cherries" on phosphoricons.com](https://phosphoricons.com/?q="cherries")
 */
export declare function PhCherries(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name church  
 * @categories maps & travel  
 * @since 2
 * @see [See "church" on phosphoricons.com](https://phosphoricons.com/?q="church")
 */
export declare function PhChurch(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cigarette  
 * @categories commerce, health & wellness  
 * @since 2.1
 * @see [See "cigarette" on phosphoricons.com](https://phosphoricons.com/?q="cigarette")
 */
export declare function PhCigarette(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cigarette-slash  
 * @categories commerce, health & wellness  
 * @since 2.1
 * @see [See "cigarette-slash" on phosphoricons.com](https://phosphoricons.com/?q="cigarette-slash")
 */
export declare function PhCigaretteSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name circle  
 * @categories design  
 * @since 1
 * @see [See "circle" on phosphoricons.com](https://phosphoricons.com/?q="circle")
 */
export declare function PhCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name circle-dashed  
 * @categories design  
 * @since 1.2
 * @see [See "circle-dashed" on phosphoricons.com](https://phosphoricons.com/?q="circle-dashed")
 */
export declare function PhCircleDashed(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name circle-half  
 * @categories design, editor  
 * @since 1
 * @see [See "circle-half" on phosphoricons.com](https://phosphoricons.com/?q="circle-half")
 */
export declare function PhCircleHalf(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name circle-half-tilt  
 * @categories design, editor  
 * @since 1
 * @see [See "circle-half-tilt" on phosphoricons.com](https://phosphoricons.com/?q="circle-half-tilt")
 */
export declare function PhCircleHalfTilt(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name circle-notch  
 * @categories system  
 * @since 1.4
 * @see [See "circle-notch" on phosphoricons.com](https://phosphoricons.com/?q="circle-notch")
 */
export declare function PhCircleNotch(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name circles-four  
 * @categories design  
 * @since 1
 * @see [See "circles-four" on phosphoricons.com](https://phosphoricons.com/?q="circles-four")
 */
export declare function PhCirclesFour(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name circles-three  
 * @categories design  
 * @since 1
 * @see [See "circles-three" on phosphoricons.com](https://phosphoricons.com/?q="circles-three")
 */
export declare function PhCirclesThree(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name circles-three-plus  
 * @categories design  
 * @since 1
 * @see [See "circles-three-plus" on phosphoricons.com](https://phosphoricons.com/?q="circles-three-plus")
 */
export declare function PhCirclesThreePlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name circuitry  
 * @categories technology & development  
 * @since 2
 * @see [See "circuitry" on phosphoricons.com](https://phosphoricons.com/?q="circuitry")
 */
export declare function PhCircuitry(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name city  
 * @categories maps & travel, commerce  
 * @since 2.1
 * @see [See "city" on phosphoricons.com](https://phosphoricons.com/?q="city")
 */
export declare function PhCity(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name clipboard  
 * @categories office, editor, system  
 * @since 1
 * @see [See "clipboard" on phosphoricons.com](https://phosphoricons.com/?q="clipboard")
 */
export declare function PhClipboard(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name clipboard-text  
 * @categories office, editor, system  
 * @since 1
 * @see [See "clipboard-text" on phosphoricons.com](https://phosphoricons.com/?q="clipboard-text")
 */
export declare function PhClipboardText(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name clock  
 * @categories system, objects  
 * @since 1
 * @see [See "clock" on phosphoricons.com](https://phosphoricons.com/?q="clock")
 */
export declare function PhClock(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name clock-afternoon  
 * @categories system  
 * @since 1
 * @see [See "clock-afternoon" on phosphoricons.com](https://phosphoricons.com/?q="clock-afternoon")
 */
export declare function PhClockAfternoon(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name clock-clockwise  
 * @categories system  
 * @since 1
 * @see [See "clock-clockwise" on phosphoricons.com](https://phosphoricons.com/?q="clock-clockwise")
 */
export declare function PhClockClockwise(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name clock-countdown  
 * @categories system  
 * @since 2
 * @see [See "clock-countdown" on phosphoricons.com](https://phosphoricons.com/?q="clock-countdown")
 */
export declare function PhClockCountdown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name clock-counter-clockwise  
 * @categories system  
 * @since 1
 * @see [See "clock-counter-clockwise" on phosphoricons.com](https://phosphoricons.com/?q="clock-counter-clockwise")
 */
export declare function PhClockCounterClockwise(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name clock-user  
 * @categories system  
 * @since 2.1
 * @see [See "clock-user" on phosphoricons.com](https://phosphoricons.com/?q="clock-user")
 */
export declare function PhClockUser(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name closed-captioning  
 * @categories media  
 * @since 1
 * @see [See "closed-captioning" on phosphoricons.com](https://phosphoricons.com/?q="closed-captioning")
 */
export declare function PhClosedCaptioning(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cloud  
 * @categories system, weather  
 * @since 1
 * @see [See "cloud" on phosphoricons.com](https://phosphoricons.com/?q="cloud")
 */
export declare function PhCloud(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cloud-arrow-down  
 * @categories system  
 * @since 1
 * @see [See "cloud-arrow-down" on phosphoricons.com](https://phosphoricons.com/?q="cloud-arrow-down")
 */
export declare function PhCloudArrowDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cloud-arrow-up  
 * @categories system  
 * @since 1
 * @see [See "cloud-arrow-up" on phosphoricons.com](https://phosphoricons.com/?q="cloud-arrow-up")
 */
export declare function PhCloudArrowUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cloud-check  
 * @categories system  
 * @since 1
 * @see [See "cloud-check" on phosphoricons.com](https://phosphoricons.com/?q="cloud-check")
 */
export declare function PhCloudCheck(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cloud-fog  
 * @categories weather  
 * @since 1.1
 * @see [See "cloud-fog" on phosphoricons.com](https://phosphoricons.com/?q="cloud-fog")
 */
export declare function PhCloudFog(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cloud-lightning  
 * @categories weather  
 * @since 1
 * @see [See "cloud-lightning" on phosphoricons.com](https://phosphoricons.com/?q="cloud-lightning")
 */
export declare function PhCloudLightning(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cloud-moon  
 * @categories weather  
 * @since 1.1
 * @see [See "cloud-moon" on phosphoricons.com](https://phosphoricons.com/?q="cloud-moon")
 */
export declare function PhCloudMoon(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cloud-rain  
 * @categories weather  
 * @since 1
 * @see [See "cloud-rain" on phosphoricons.com](https://phosphoricons.com/?q="cloud-rain")
 */
export declare function PhCloudRain(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cloud-slash  
 * @categories system  
 * @since 1
 * @see [See "cloud-slash" on phosphoricons.com](https://phosphoricons.com/?q="cloud-slash")
 */
export declare function PhCloudSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cloud-snow  
 * @categories weather  
 * @since 1
 * @see [See "cloud-snow" on phosphoricons.com](https://phosphoricons.com/?q="cloud-snow")
 */
export declare function PhCloudSnow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cloud-sun  
 * @categories weather  
 * @since 1.1
 * @see [See "cloud-sun" on phosphoricons.com](https://phosphoricons.com/?q="cloud-sun")
 */
export declare function PhCloudSun(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cloud-warning  
 * @categories system  
 * @since 2
 * @see [See "cloud-warning" on phosphoricons.com](https://phosphoricons.com/?q="cloud-warning")
 */
export declare function PhCloudWarning(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cloud-x  
 * @categories system  
 * @since 2
 * @see [See "cloud-x" on phosphoricons.com](https://phosphoricons.com/?q="cloud-x")
 */
export declare function PhCloudX(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name clover  
 * @categories nature  
 * @since 2.1
 * @see [See "clover" on phosphoricons.com](https://phosphoricons.com/?q="clover")
 */
export declare function PhClover(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name club  
 * @categories games  
 * @since 1
 * @see [See "club" on phosphoricons.com](https://phosphoricons.com/?q="club")
 */
export declare function PhClub(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name coat-hanger  
 * @categories commerce, objects  
 * @since 1.4
 * @see [See "coat-hanger" on phosphoricons.com](https://phosphoricons.com/?q="coat-hanger")
 */
export declare function PhCoatHanger(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name coda-logo  
 * @categories brands  
 * @since 2
 * @see [See "coda-logo" on phosphoricons.com](https://phosphoricons.com/?q="coda-logo")
 */
export declare function PhCodaLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name code  
 * @categories technology & development, editor  
 * @since 1
 * @see [See "code" on phosphoricons.com](https://phosphoricons.com/?q="code")
 */
export declare function PhCode(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name code-block  
 * @categories technology & development, editor  
 * @since 2
 * @see [See "code-block" on phosphoricons.com](https://phosphoricons.com/?q="code-block")
 */
export declare function PhCodeBlock(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name code-simple  
 * @categories technology & development, editor  
 * @since 1
 * @see [See "code-simple" on phosphoricons.com](https://phosphoricons.com/?q="code-simple")
 */
export declare function PhCodeSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name codepen-logo  
 * @categories brands, technology & development  
 * @since 1.4
 * @see [See "codepen-logo" on phosphoricons.com](https://phosphoricons.com/?q="codepen-logo")
 */
export declare function PhCodepenLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name codesandbox-logo  
 * @categories brands, technology & development  
 * @since 1.4
 * @see [See "codesandbox-logo" on phosphoricons.com](https://phosphoricons.com/?q="codesandbox-logo")
 */
export declare function PhCodesandboxLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name coffee  
 * @categories commerce, objects, maps & travel  
 * @since 1
 * @see [See "coffee" on phosphoricons.com](https://phosphoricons.com/?q="coffee")
 */
export declare function PhCoffee(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name coffee-bean  
 * @categories commerce, maps & travel, nature  
 * @since 2.1
 * @see [See "coffee-bean" on phosphoricons.com](https://phosphoricons.com/?q="coffee-bean")
 */
export declare function PhCoffeeBean(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name coin  
 * @categories commerce, finances  
 * @since 1.2
 * @see [See "coin" on phosphoricons.com](https://phosphoricons.com/?q="coin")
 */
export declare function PhCoin(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name coin-vertical  
 * @categories commerce, finances  
 * @since 1.4
 * @see [See "coin-vertical" on phosphoricons.com](https://phosphoricons.com/?q="coin-vertical")
 */
export declare function PhCoinVertical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name coins  
 * @categories commerce, finances  
 * @since 1.4
 * @see [See "coins" on phosphoricons.com](https://phosphoricons.com/?q="coins")
 */
export declare function PhCoins(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name columns  
 * @categories design  
 * @since 1.1
 * @see [See "columns" on phosphoricons.com](https://phosphoricons.com/?q="columns")
 */
export declare function PhColumns(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name columns-plus-left  
 * @categories design  
 * @since 2.1
 * @see [See "columns-plus-left" on phosphoricons.com](https://phosphoricons.com/?q="columns-plus-left")
 */
export declare function PhColumnsPlusLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name columns-plus-right  
 * @categories design  
 * @since 2.1
 * @see [See "columns-plus-right" on phosphoricons.com](https://phosphoricons.com/?q="columns-plus-right")
 */
export declare function PhColumnsPlusRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name command  
 * @categories editor, system  
 * @since 1
 * @see [See "command" on phosphoricons.com](https://phosphoricons.com/?q="command")
 */
export declare function PhCommand(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name compass  
 * @categories maps & travel, objects  
 * @since 1
 * @see [See "compass" on phosphoricons.com](https://phosphoricons.com/?q="compass")
 */
export declare function PhCompass(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name compass-rose  
 * @categories maps & travel, objects  
 * @since 2.1
 * @see [See "compass-rose" on phosphoricons.com](https://phosphoricons.com/?q="compass-rose")
 */
export declare function PhCompassRose(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name compass-tool  
 * @categories design, objects  
 * @since 2
 * @see [See "compass-tool" on phosphoricons.com](https://phosphoricons.com/?q="compass-tool")
 */
export declare function PhCompassTool(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name computer-tower  
 * @categories technology & development, objects  
 * @since 1.1
 * @see [See "computer-tower" on phosphoricons.com](https://phosphoricons.com/?q="computer-tower")
 */
export declare function PhComputerTower(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name confetti  
 * @categories communications  
 * @since 1.4
 * @see [See "confetti" on phosphoricons.com](https://phosphoricons.com/?q="confetti")
 */
export declare function PhConfetti(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name contactless-payment  
 * @categories commerce  
 * @since 2
 * @see [See "contactless-payment" on phosphoricons.com](https://phosphoricons.com/?q="contactless-payment")
 */
export declare function PhContactlessPayment(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name control  
 * @categories system  
 * @since 2
 * @see [See "control" on phosphoricons.com](https://phosphoricons.com/?q="control")
 */
export declare function PhControl(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cookie  
 * @categories maps & travel, objects, technology & development  
 * @since 1.3
 * @see [See "cookie" on phosphoricons.com](https://phosphoricons.com/?q="cookie")
 */
export declare function PhCookie(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cooking-pot  
 * @categories objects, commerce  
 * @since 1.3
 * @see [See "cooking-pot" on phosphoricons.com](https://phosphoricons.com/?q="cooking-pot")
 */
export declare function PhCookingPot(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name copy  
 * @categories editor, system  
 * @since 1
 * @see [See "copy" on phosphoricons.com](https://phosphoricons.com/?q="copy")
 */
export declare function PhCopy(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name copy-simple  
 * @categories editor, system  
 * @since 1
 * @see [See "copy-simple" on phosphoricons.com](https://phosphoricons.com/?q="copy-simple")
 */
export declare function PhCopySimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name copyleft  
 * @categories commerce, media  
 * @since 1.4
 * @see [See "copyleft" on phosphoricons.com](https://phosphoricons.com/?q="copyleft")
 */
export declare function PhCopyleft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name copyright  
 * @categories commerce, media  
 * @since 1.1
 * @see [See "copyright" on phosphoricons.com](https://phosphoricons.com/?q="copyright")
 */
export declare function PhCopyright(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name corners-in  
 * @categories system  
 * @since 1
 * @see [See "corners-in" on phosphoricons.com](https://phosphoricons.com/?q="corners-in")
 */
export declare function PhCornersIn(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name corners-out  
 * @categories system  
 * @since 1
 * @see [See "corners-out" on phosphoricons.com](https://phosphoricons.com/?q="corners-out")
 */
export declare function PhCornersOut(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name couch  
 * @categories objects, commerce  
 * @since 2
 * @see [See "couch" on phosphoricons.com](https://phosphoricons.com/?q="couch")
 */
export declare function PhCouch(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name court-basketball  
 * @categories games, health & wellness, maps & travel  
 * @since 2.1
 * @see [See "court-basketball" on phosphoricons.com](https://phosphoricons.com/?q="court-basketball")
 */
export declare function PhCourtBasketball(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cow  
 * @categories commerce, nature  
 * @since 2.1
 * @see [See "cow" on phosphoricons.com](https://phosphoricons.com/?q="cow")
 */
export declare function PhCow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cowboy-hat  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "cowboy-hat" on phosphoricons.com](https://phosphoricons.com/?q="cowboy-hat")
 */
export declare function PhCowboyHat(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cpu  
 * @categories technology & development  
 * @since 1.2
 * @see [See "cpu" on phosphoricons.com](https://phosphoricons.com/?q="cpu")
 */
export declare function PhCpu(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name crane  
 * @categories commerce, technology & development  
 * @since 2.1
 * @see [See "crane" on phosphoricons.com](https://phosphoricons.com/?q="crane")
 */
export declare function PhCrane(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name crane-tower  
 * @categories commerce, technology & development  
 * @since 2.1
 * @see [See "crane-tower" on phosphoricons.com](https://phosphoricons.com/?q="crane-tower")
 */
export declare function PhCraneTower(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name credit-card  
 * @categories commerce, finances  
 * @since 1
 * @see [See "credit-card" on phosphoricons.com](https://phosphoricons.com/?q="credit-card")
 */
export declare function PhCreditCard(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cricket  
 * @categories games, health & wellness  
 * @since 2.1
 * @see [See "cricket" on phosphoricons.com](https://phosphoricons.com/?q="cricket")
 */
export declare function PhCricket(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name crop  
 * @categories design, editor  
 * @since 1
 * @see [See "crop" on phosphoricons.com](https://phosphoricons.com/?q="crop")
 */
export declare function PhCrop(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cross  
 * @categories design, communications  
 * @since 2
 * @see [See "cross" on phosphoricons.com](https://phosphoricons.com/?q="cross")
 */
export declare function PhCross(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name crosshair  
 * @categories maps & travel, system  
 * @since 1
 * @see [See "crosshair" on phosphoricons.com](https://phosphoricons.com/?q="crosshair")
 */
export declare function PhCrosshair(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name crosshair-simple  
 * @categories maps & travel, system  
 * @since 1
 * @see [See "crosshair-simple" on phosphoricons.com](https://phosphoricons.com/?q="crosshair-simple")
 */
export declare function PhCrosshairSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name crown  
 * @categories games, objects  
 * @since 1.2
 * @see [See "crown" on phosphoricons.com](https://phosphoricons.com/?q="crown")
 */
export declare function PhCrown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name crown-cross  
 * @categories games, objects  
 * @since 2.1
 * @see [See "crown-cross" on phosphoricons.com](https://phosphoricons.com/?q="crown-cross")
 */
export declare function PhCrownCross(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name crown-simple  
 * @categories games, objects  
 * @since 1.2
 * @see [See "crown-simple" on phosphoricons.com](https://phosphoricons.com/?q="crown-simple")
 */
export declare function PhCrownSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cube  
 * @categories design, games, objects  
 * @since 1
 * @see [See "cube" on phosphoricons.com](https://phosphoricons.com/?q="cube")
 */
export declare function PhCube(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cube-focus  
 * @categories games, objects  
 * @since 2
 * @see [See "cube-focus" on phosphoricons.com](https://phosphoricons.com/?q="cube-focus")
 */
export declare function PhCubeFocus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cube-transparent  
 * @categories design, games, objects  
 * @since 2
 * @see [See "cube-transparent" on phosphoricons.com](https://phosphoricons.com/?q="cube-transparent")
 */
export declare function PhCubeTransparent(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name currency-btc  
 * @categories commerce, finances  
 * @since 1.2
 * @see [See "currency-btc" on phosphoricons.com](https://phosphoricons.com/?q="currency-btc")
 */
export declare function PhCurrencyBtc(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name currency-circle-dollar  
 * @categories commerce, finances  
 * @since 1.1
 * @see [See "currency-circle-dollar" on phosphoricons.com](https://phosphoricons.com/?q="currency-circle-dollar")
 */
export declare function PhCurrencyCircleDollar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name currency-cny  
 * @categories commerce, finances  
 * @since 1.1
 * @see [See "currency-cny" on phosphoricons.com](https://phosphoricons.com/?q="currency-cny")
 */
export declare function PhCurrencyCny(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name currency-dollar  
 * @categories commerce, finances  
 * @since 1.1
 * @see [See "currency-dollar" on phosphoricons.com](https://phosphoricons.com/?q="currency-dollar")
 */
export declare function PhCurrencyDollar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name currency-dollar-simple  
 * @categories commerce, finances  
 * @since 1.1
 * @see [See "currency-dollar-simple" on phosphoricons.com](https://phosphoricons.com/?q="currency-dollar-simple")
 */
export declare function PhCurrencyDollarSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name currency-eth  
 * @categories commerce, finances  
 * @since 1.4
 * @see [See "currency-eth" on phosphoricons.com](https://phosphoricons.com/?q="currency-eth")
 */
export declare function PhCurrencyEth(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name currency-eur  
 * @categories commerce, finances  
 * @since 1.1
 * @see [See "currency-eur" on phosphoricons.com](https://phosphoricons.com/?q="currency-eur")
 */
export declare function PhCurrencyEur(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name currency-gbp  
 * @categories commerce, finances  
 * @since 1.1
 * @see [See "currency-gbp" on phosphoricons.com](https://phosphoricons.com/?q="currency-gbp")
 */
export declare function PhCurrencyGbp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name currency-inr  
 * @categories commerce, finances  
 * @since 1.1
 * @see [See "currency-inr" on phosphoricons.com](https://phosphoricons.com/?q="currency-inr")
 */
export declare function PhCurrencyInr(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name currency-jpy  
 * @categories commerce, finances  
 * @since 1.1
 * @see [See "currency-jpy" on phosphoricons.com](https://phosphoricons.com/?q="currency-jpy")
 */
export declare function PhCurrencyJpy(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name currency-krw  
 * @categories commerce, finances  
 * @since 1.1
 * @see [See "currency-krw" on phosphoricons.com](https://phosphoricons.com/?q="currency-krw")
 */
export declare function PhCurrencyKrw(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name currency-kzt  
 * @categories commerce, finances  
 * @since 1.4
 * @see [See "currency-kzt" on phosphoricons.com](https://phosphoricons.com/?q="currency-kzt")
 */
export declare function PhCurrencyKzt(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name currency-ngn  
 * @categories commerce, finances  
 * @since 1.4
 * @see [See "currency-ngn" on phosphoricons.com](https://phosphoricons.com/?q="currency-ngn")
 */
export declare function PhCurrencyNgn(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name currency-rub  
 * @categories commerce, finances  
 * @since 1.1
 * @see [See "currency-rub" on phosphoricons.com](https://phosphoricons.com/?q="currency-rub")
 */
export declare function PhCurrencyRub(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cursor  
 * @categories design, system  
 * @since 1
 * @see [See "cursor" on phosphoricons.com](https://phosphoricons.com/?q="cursor")
 */
export declare function PhCursor(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cursor-click  
 * @categories design, system  
 * @since 2
 * @see [See "cursor-click" on phosphoricons.com](https://phosphoricons.com/?q="cursor-click")
 */
export declare function PhCursorClick(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cursor-text  
 * @categories editor, system  
 * @since 1.4
 * @see [See "cursor-text" on phosphoricons.com](https://phosphoricons.com/?q="cursor-text")
 */
export declare function PhCursorText(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name cylinder  
 * @categories design  
 * @since 1.4
 * @see [See "cylinder" on phosphoricons.com](https://phosphoricons.com/?q="cylinder")
 */
export declare function PhCylinder(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name database  
 * @categories technology & development, system  
 * @since 1
 * @see [See "database" on phosphoricons.com](https://phosphoricons.com/?q="database")
 */
export declare function PhDatabase(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name desk  
 * @categories commerce, objects, office  
 * @since 2.1
 * @see [See "desk" on phosphoricons.com](https://phosphoricons.com/?q="desk")
 */
export declare function PhDesk(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name desktop  
 * @categories technology & development, objects  
 * @since 1.1
 * @see [See "desktop" on phosphoricons.com](https://phosphoricons.com/?q="desktop")
 */
export declare function PhDesktop(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name desktop-tower  
 * @categories technology & development, objects  
 * @since 1.1
 * @see [See "desktop-tower" on phosphoricons.com](https://phosphoricons.com/?q="desktop-tower")
 */
export declare function PhDesktopTower(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name detective  
 * @categories people, system  
 * @since 1.4
 * @see [See "detective" on phosphoricons.com](https://phosphoricons.com/?q="detective")
 */
export declare function PhDetective(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dev-to-logo  
 * @categories brands, technology & development  
 * @since 2
 * @see [See "dev-to-logo" on phosphoricons.com](https://phosphoricons.com/?q="dev-to-logo")
 */
export declare function PhDevToLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name device-mobile  
 * @categories objects  
 * @since 1
 * @see [See "device-mobile" on phosphoricons.com](https://phosphoricons.com/?q="device-mobile")
 */
export declare function PhDeviceMobile(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name device-mobile-camera  
 * @categories objects  
 * @since 1
 * @see [See "device-mobile-camera" on phosphoricons.com](https://phosphoricons.com/?q="device-mobile-camera")
 */
export declare function PhDeviceMobileCamera(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name device-mobile-slash  
 * @categories objects, system  
 * @since 2.1
 * @see [See "device-mobile-slash" on phosphoricons.com](https://phosphoricons.com/?q="device-mobile-slash")
 */
export declare function PhDeviceMobileSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name device-mobile-speaker  
 * @categories objects  
 * @since 1
 * @see [See "device-mobile-speaker" on phosphoricons.com](https://phosphoricons.com/?q="device-mobile-speaker")
 */
export declare function PhDeviceMobileSpeaker(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name device-rotate  
 * @categories objects, system  
 * @since 2.1
 * @see [See "device-rotate" on phosphoricons.com](https://phosphoricons.com/?q="device-rotate")
 */
export declare function PhDeviceRotate(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name device-tablet  
 * @categories objects  
 * @since 1
 * @see [See "device-tablet" on phosphoricons.com](https://phosphoricons.com/?q="device-tablet")
 */
export declare function PhDeviceTablet(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name device-tablet-camera  
 * @categories objects  
 * @since 1
 * @see [See "device-tablet-camera" on phosphoricons.com](https://phosphoricons.com/?q="device-tablet-camera")
 */
export declare function PhDeviceTabletCamera(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name device-tablet-speaker  
 * @categories objects  
 * @since 1
 * @see [See "device-tablet-speaker" on phosphoricons.com](https://phosphoricons.com/?q="device-tablet-speaker")
 */
export declare function PhDeviceTabletSpeaker(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name devices  
 * @categories objects  
 * @since 2
 * @see [See "devices" on phosphoricons.com](https://phosphoricons.com/?q="devices")
 */
export declare function PhDevices(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name diamond  
 * @categories design, games  
 * @since 1
 * @see [See "diamond" on phosphoricons.com](https://phosphoricons.com/?q="diamond")
 */
export declare function PhDiamond(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name diamonds-four  
 * @categories design  
 * @since 1.4
 * @see [See "diamonds-four" on phosphoricons.com](https://phosphoricons.com/?q="diamonds-four")
 */
export declare function PhDiamondsFour(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dice-five  
 * @categories games, objects  
 * @since 1
 * @see [See "dice-five" on phosphoricons.com](https://phosphoricons.com/?q="dice-five")
 */
export declare function PhDiceFive(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dice-four  
 * @categories games, objects  
 * @since 1
 * @see [See "dice-four" on phosphoricons.com](https://phosphoricons.com/?q="dice-four")
 */
export declare function PhDiceFour(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dice-one  
 * @categories games, objects  
 * @since 1
 * @see [See "dice-one" on phosphoricons.com](https://phosphoricons.com/?q="dice-one")
 */
export declare function PhDiceOne(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dice-six  
 * @categories games, objects  
 * @since 1
 * @see [See "dice-six" on phosphoricons.com](https://phosphoricons.com/?q="dice-six")
 */
export declare function PhDiceSix(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dice-three  
 * @categories games, objects  
 * @since 1
 * @see [See "dice-three" on phosphoricons.com](https://phosphoricons.com/?q="dice-three")
 */
export declare function PhDiceThree(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dice-two  
 * @categories games, objects  
 * @since 1
 * @see [See "dice-two" on phosphoricons.com](https://phosphoricons.com/?q="dice-two")
 */
export declare function PhDiceTwo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name disc  
 * @categories technology & development, media, objects  
 * @since 1.1
 * @see [See "disc" on phosphoricons.com](https://phosphoricons.com/?q="disc")
 */
export declare function PhDisc(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name disco-ball  
 * @categories games, maps & travel, objects  
 * @since 2.1
 * @see [See "disco-ball" on phosphoricons.com](https://phosphoricons.com/?q="disco-ball")
 */
export declare function PhDiscoBall(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name discord-logo  
 * @categories brands, communications  
 * @since 1.2
 * @see [See "discord-logo" on phosphoricons.com](https://phosphoricons.com/?q="discord-logo")
 */
export declare function PhDiscordLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name divide  
 * @categories technology & development, finances  
 * @since 1
 * @see [See "divide" on phosphoricons.com](https://phosphoricons.com/?q="divide")
 */
export declare function PhDivide(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dna  
 * @categories health & wellness, nature  
 * @since 2
 * @see [See "dna" on phosphoricons.com](https://phosphoricons.com/?q="dna")
 */
export declare function PhDna(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dog  
 * @categories nature  
 * @since 1.3
 * @see [See "dog" on phosphoricons.com](https://phosphoricons.com/?q="dog")
 */
export declare function PhDog(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name door  
 * @categories objects  
 * @since 1.2
 * @see [See "door" on phosphoricons.com](https://phosphoricons.com/?q="door")
 */
export declare function PhDoor(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name door-open  
 * @categories objects  
 * @since 2
 * @see [See "door-open" on phosphoricons.com](https://phosphoricons.com/?q="door-open")
 */
export declare function PhDoorOpen(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dot  
 * @categories system  
 * @since 2
 * @see [See "dot" on phosphoricons.com](https://phosphoricons.com/?q="dot")
 */
export declare function PhDot(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dot-outline  
 * @categories system  
 * @since 2
 * @see [See "dot-outline" on phosphoricons.com](https://phosphoricons.com/?q="dot-outline")
 */
export declare function PhDotOutline(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dots-nine  
 * @categories design  
 * @since 1
 * @see [See "dots-nine" on phosphoricons.com](https://phosphoricons.com/?q="dots-nine")
 */
export declare function PhDotsNine(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dots-six  
 * @categories system  
 * @since 1.3
 * @see [See "dots-six" on phosphoricons.com](https://phosphoricons.com/?q="dots-six")
 */
export declare function PhDotsSix(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dots-six-vertical  
 * @categories system  
 * @since 1.3
 * @see [See "dots-six-vertical" on phosphoricons.com](https://phosphoricons.com/?q="dots-six-vertical")
 */
export declare function PhDotsSixVertical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dots-three  
 * @categories system  
 * @since 1
 * @see [See "dots-three" on phosphoricons.com](https://phosphoricons.com/?q="dots-three")
 */
export declare function PhDotsThree(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dots-three-circle  
 * @categories system  
 * @since 1
 * @see [See "dots-three-circle" on phosphoricons.com](https://phosphoricons.com/?q="dots-three-circle")
 */
export declare function PhDotsThreeCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dots-three-circle-vertical  
 * @categories system  
 * @since 1
 * @see [See "dots-three-circle-vertical" on phosphoricons.com](https://phosphoricons.com/?q="dots-three-circle-vertical")
 */
export declare function PhDotsThreeCircleVertical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dots-three-outline  
 * @categories system  
 * @since 1
 * @see [See "dots-three-outline" on phosphoricons.com](https://phosphoricons.com/?q="dots-three-outline")
 */
export declare function PhDotsThreeOutline(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dots-three-outline-vertical  
 * @categories system  
 * @since 1
 * @see [See "dots-three-outline-vertical" on phosphoricons.com](https://phosphoricons.com/?q="dots-three-outline-vertical")
 */
export declare function PhDotsThreeOutlineVertical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dots-three-vertical  
 * @categories system  
 * @since 1
 * @see [See "dots-three-vertical" on phosphoricons.com](https://phosphoricons.com/?q="dots-three-vertical")
 */
export declare function PhDotsThreeVertical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name download  
 * @categories system  
 * @since 1
 * @see [See "download" on phosphoricons.com](https://phosphoricons.com/?q="download")
 */
export declare function PhDownload(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name download-simple  
 * @categories system  
 * @since 1
 * @see [See "download-simple" on phosphoricons.com](https://phosphoricons.com/?q="download-simple")
 */
export declare function PhDownloadSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dress  
 * @categories commerce, objects  
 * @since 2
 * @see [See "dress" on phosphoricons.com](https://phosphoricons.com/?q="dress")
 */
export declare function PhDress(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dresser  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "dresser" on phosphoricons.com](https://phosphoricons.com/?q="dresser")
 */
export declare function PhDresser(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dribbble-logo  
 * @categories brands, design  
 * @since 1
 * @see [See "dribbble-logo" on phosphoricons.com](https://phosphoricons.com/?q="dribbble-logo")
 */
export declare function PhDribbbleLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name drone  
 * @categories games, objects, technology & development  
 * @since 2.1
 * @see [See "drone" on phosphoricons.com](https://phosphoricons.com/?q="drone")
 */
export declare function PhDrone(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name drop  
 * @categories nature, weather  
 * @since 1
 * @see [See "drop" on phosphoricons.com](https://phosphoricons.com/?q="drop")
 */
export declare function PhDrop(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name drop-half  
 * @categories design, editor, nature, weather  
 * @since 1.1
 * @see [See "drop-half" on phosphoricons.com](https://phosphoricons.com/?q="drop-half")
 */
export declare function PhDropHalf(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name drop-half-bottom  
 * @categories design, editor, nature, weather  
 * @since 1.4
 * @see [See "drop-half-bottom" on phosphoricons.com](https://phosphoricons.com/?q="drop-half-bottom")
 */
export declare function PhDropHalfBottom(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name drop-simple  
 * @categories design, editor, nature, weather  
 * @since 2.1
 * @see [See "drop-simple" on phosphoricons.com](https://phosphoricons.com/?q="drop-simple")
 */
export declare function PhDropSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name drop-slash  
 * @categories design, editor, nature, weather  
 * @since 2.1
 * @see [See "drop-slash" on phosphoricons.com](https://phosphoricons.com/?q="drop-slash")
 */
export declare function PhDropSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name dropbox-logo  
 * @categories brands  
 * @since 2
 * @see [See "dropbox-logo" on phosphoricons.com](https://phosphoricons.com/?q="dropbox-logo")
 */
export declare function PhDropboxLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name ear  
 * @categories media, system  
 * @since 1.3
 * @see [See "ear" on phosphoricons.com](https://phosphoricons.com/?q="ear")
 */
export declare function PhEar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name ear-slash  
 * @categories media, system  
 * @since 1.3
 * @see [See "ear-slash" on phosphoricons.com](https://phosphoricons.com/?q="ear-slash")
 */
export declare function PhEarSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name egg  
 * @categories commerce, nature  
 * @since 1.4
 * @see [See "egg" on phosphoricons.com](https://phosphoricons.com/?q="egg")
 */
export declare function PhEgg(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name egg-crack  
 * @categories commerce, nature  
 * @since 1.4
 * @see [See "egg-crack" on phosphoricons.com](https://phosphoricons.com/?q="egg-crack")
 */
export declare function PhEggCrack(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name eject  
 * @categories media  
 * @since 1
 * @see [See "eject" on phosphoricons.com](https://phosphoricons.com/?q="eject")
 */
export declare function PhEject(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name eject-simple  
 * @categories media  
 * @since 1.3
 * @see [See "eject-simple" on phosphoricons.com](https://phosphoricons.com/?q="eject-simple")
 */
export declare function PhEjectSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name elevator  
 * @categories objects, maps & travel  
 * @since 2
 * @see [See "elevator" on phosphoricons.com](https://phosphoricons.com/?q="elevator")
 */
export declare function PhElevator(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name empty  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "empty" on phosphoricons.com](https://phosphoricons.com/?q="empty")
 */
export declare function PhEmpty(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name engine  
 * @categories maps & travel, objects  
 * @since 2
 * @see [See "engine" on phosphoricons.com](https://phosphoricons.com/?q="engine")
 */
export declare function PhEngine(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name envelope  
 * @categories communications  
 * @since 1
 * @see [See "envelope" on phosphoricons.com](https://phosphoricons.com/?q="envelope")
 */
export declare function PhEnvelope(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name envelope-open  
 * @categories communications  
 * @since 1
 * @see [See "envelope-open" on phosphoricons.com](https://phosphoricons.com/?q="envelope-open")
 */
export declare function PhEnvelopeOpen(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name envelope-simple  
 * @categories communications  
 * @since 1
 * @see [See "envelope-simple" on phosphoricons.com](https://phosphoricons.com/?q="envelope-simple")
 */
export declare function PhEnvelopeSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name envelope-simple-open  
 * @categories communications  
 * @since 1
 * @see [See "envelope-simple-open" on phosphoricons.com](https://phosphoricons.com/?q="envelope-simple-open")
 */
export declare function PhEnvelopeSimpleOpen(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name equalizer  
 * @categories media, system  
 * @since 1.4
 * @see [See "equalizer" on phosphoricons.com](https://phosphoricons.com/?q="equalizer")
 */
export declare function PhEqualizer(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name equals  
 * @categories technology & development, finances  
 * @since 1
 * @see [See "equals" on phosphoricons.com](https://phosphoricons.com/?q="equals")
 */
export declare function PhEquals(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name eraser  
 * @categories design, editor  
 * @since 1
 * @see [See "eraser" on phosphoricons.com](https://phosphoricons.com/?q="eraser")
 */
export declare function PhEraser(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name escalator-down  
 * @categories maps & travel, objects  
 * @since 2
 * @see [See "escalator-down" on phosphoricons.com](https://phosphoricons.com/?q="escalator-down")
 */
export declare function PhEscalatorDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name escalator-up  
 * @categories maps & travel, objects  
 * @since 2
 * @see [See "escalator-up" on phosphoricons.com](https://phosphoricons.com/?q="escalator-up")
 */
export declare function PhEscalatorUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name exam  
 * @categories objects  
 * @since 1.4
 * @see [See "exam" on phosphoricons.com](https://phosphoricons.com/?q="exam")
 */
export declare function PhExam(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name exclamation-mark  
 * @categories system  
 * @since 2.1
 * @see [See "exclamation-mark" on phosphoricons.com](https://phosphoricons.com/?q="exclamation-mark")
 */
export declare function PhExclamationMark(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name exclude  
 * @categories design, editor  
 * @since 2
 * @see [See "exclude" on phosphoricons.com](https://phosphoricons.com/?q="exclude")
 */
export declare function PhExclude(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name exclude-square  
 * @categories design, editor  
 * @since 2
 * @see [See "exclude-square" on phosphoricons.com](https://phosphoricons.com/?q="exclude-square")
 */
export declare function PhExcludeSquare(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name export  
 * @categories communications, system  
 * @since 1.3
 * @see [See "export" on phosphoricons.com](https://phosphoricons.com/?q="export")
 */
export declare function PhExport(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name eye  
 * @categories design, editor  
 * @since 1
 * @see [See "eye" on phosphoricons.com](https://phosphoricons.com/?q="eye")
 */
export declare function PhEye(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name eye-closed  
 * @categories design, editor  
 * @since 1
 * @see [See "eye-closed" on phosphoricons.com](https://phosphoricons.com/?q="eye-closed")
 */
export declare function PhEyeClosed(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name eye-slash  
 * @categories design, editor  
 * @since 1
 * @see [See "eye-slash" on phosphoricons.com](https://phosphoricons.com/?q="eye-slash")
 */
export declare function PhEyeSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name eyedropper  
 * @categories design, editor, objects  
 * @since 1.1
 * @see [See "eyedropper" on phosphoricons.com](https://phosphoricons.com/?q="eyedropper")
 */
export declare function PhEyedropper(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name eyedropper-sample  
 * @categories design, editor, objects  
 * @since 1.4
 * @see [See "eyedropper-sample" on phosphoricons.com](https://phosphoricons.com/?q="eyedropper-sample")
 */
export declare function PhEyedropperSample(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name eyeglasses  
 * @categories health & wellness, objects  
 * @since 1.4
 * @see [See "eyeglasses" on phosphoricons.com](https://phosphoricons.com/?q="eyeglasses")
 */
export declare function PhEyeglasses(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name eyes  
 * @categories people  
 * @since 2.1
 * @see [See "eyes" on phosphoricons.com](https://phosphoricons.com/?q="eyes")
 */
export declare function PhEyes(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name face-mask  
 * @categories health & wellness  
 * @since 1.1
 * @see [See "face-mask" on phosphoricons.com](https://phosphoricons.com/?q="face-mask")
 */
export declare function PhFaceMask(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name facebook-logo  
 * @categories brands, communications  
 * @since 1
 * @see [See "facebook-logo" on phosphoricons.com](https://phosphoricons.com/?q="facebook-logo")
 */
export declare function PhFacebookLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name factory  
 * @categories commerce, maps & travel  
 * @since 1.3
 * @see [See "factory" on phosphoricons.com](https://phosphoricons.com/?q="factory")
 */
export declare function PhFactory(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name faders  
 * @categories media, system  
 * @since 1
 * @see [See "faders" on phosphoricons.com](https://phosphoricons.com/?q="faders")
 */
export declare function PhFaders(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name faders-horizontal  
 * @categories media, system  
 * @since 1
 * @see [See "faders-horizontal" on phosphoricons.com](https://phosphoricons.com/?q="faders-horizontal")
 */
export declare function PhFadersHorizontal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name fallout-shelter  
 * @categories health & wellness  
 * @since 2.1
 * @see [See "fallout-shelter" on phosphoricons.com](https://phosphoricons.com/?q="fallout-shelter")
 */
export declare function PhFalloutShelter(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name fan  
 * @categories commerce, objects  
 * @since 2
 * @see [See "fan" on phosphoricons.com](https://phosphoricons.com/?q="fan")
 */
export declare function PhFan(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name farm  
 * @categories commerce, nature, maps & travel  
 * @since 2.1
 * @see [See "farm" on phosphoricons.com](https://phosphoricons.com/?q="farm")
 */
export declare function PhFarm(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name fast-forward  
 * @categories media, system  
 * @since 1.3
 * @see [See "fast-forward" on phosphoricons.com](https://phosphoricons.com/?q="fast-forward")
 */
export declare function PhFastForward(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name fast-forward-circle  
 * @categories media, system  
 * @since 1
 * @see [See "fast-forward-circle" on phosphoricons.com](https://phosphoricons.com/?q="fast-forward-circle")
 */
export declare function PhFastForwardCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name feather  
 * @categories nature, objects  
 * @since 2
 * @see [See "feather" on phosphoricons.com](https://phosphoricons.com/?q="feather")
 */
export declare function PhFeather(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name fediverse-logo  
 * @categories brands, communications  
 * @since 2.1
 * @see [See "fediverse-logo" on phosphoricons.com](https://phosphoricons.com/?q="fediverse-logo")
 */
export declare function PhFediverseLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name figma-logo  
 * @categories brands, design  
 * @since 1
 * @see [See "figma-logo" on phosphoricons.com](https://phosphoricons.com/?q="figma-logo")
 */
export declare function PhFigmaLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file  
 * @categories office, editor  
 * @since 1
 * @see [See "file" on phosphoricons.com](https://phosphoricons.com/?q="file")
 */
export declare function PhFile(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-archive  
 * @categories system, office, editor  
 * @since 2
 * @see [See "file-archive" on phosphoricons.com](https://phosphoricons.com/?q="file-archive")
 */
export declare function PhFileArchive(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-arrow-down  
 * @categories office, editor  
 * @since 1
 * @see [See "file-arrow-down" on phosphoricons.com](https://phosphoricons.com/?q="file-arrow-down")
 */
export declare function PhFileArrowDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-arrow-up  
 * @categories office, editor  
 * @since 1.2
 * @see [See "file-arrow-up" on phosphoricons.com](https://phosphoricons.com/?q="file-arrow-up")
 */
export declare function PhFileArrowUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-audio  
 * @categories office, editor, media  
 * @since 1.4
 * @see [See "file-audio" on phosphoricons.com](https://phosphoricons.com/?q="file-audio")
 */
export declare function PhFileAudio(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-c  
 * @categories office, editor, technology & development  
 * @since 2.1
 * @see [See "file-c" on phosphoricons.com](https://phosphoricons.com/?q="file-c")
 */
export declare function PhFileC(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-c-sharp  
 * @categories office, editor, technology & development  
 * @since 2.1
 * @see [See "file-c-sharp" on phosphoricons.com](https://phosphoricons.com/?q="file-c-sharp")
 */
export declare function PhFileCSharp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-cloud  
 * @categories office, editor, system  
 * @since 1.4
 * @see [See "file-cloud" on phosphoricons.com](https://phosphoricons.com/?q="file-cloud")
 */
export declare function PhFileCloud(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-code  
 * @categories office, editor, technology & development  
 * @since 1.4
 * @see [See "file-code" on phosphoricons.com](https://phosphoricons.com/?q="file-code")
 */
export declare function PhFileCode(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-cpp  
 * @categories office, editor, technology & development  
 * @since 2.1
 * @see [See "file-cpp" on phosphoricons.com](https://phosphoricons.com/?q="file-cpp")
 */
export declare function PhFileCpp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-css  
 * @categories office, editor, technology & development  
 * @since 1.4
 * @see [See "file-css" on phosphoricons.com](https://phosphoricons.com/?q="file-css")
 */
export declare function PhFileCss(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-csv  
 * @categories office, editor  
 * @since 1.4
 * @see [See "file-csv" on phosphoricons.com](https://phosphoricons.com/?q="file-csv")
 */
export declare function PhFileCsv(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-dashed  
 * @categories office, editor  
 * @since 1.3
 * @see [See "file-dashed" on phosphoricons.com](https://phosphoricons.com/?q="file-dashed")
 */
export declare function PhFileDashed(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-doc  
 * @categories office, editor  
 * @since 1.4
 * @see [See "file-doc" on phosphoricons.com](https://phosphoricons.com/?q="file-doc")
 */
export declare function PhFileDoc(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-html  
 * @categories office, editor, technology & development  
 * @since 1.4
 * @see [See "file-html" on phosphoricons.com](https://phosphoricons.com/?q="file-html")
 */
export declare function PhFileHtml(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-image  
 * @categories office, editor, media  
 * @since 1.4
 * @see [See "file-image" on phosphoricons.com](https://phosphoricons.com/?q="file-image")
 */
export declare function PhFileImage(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-ini  
 * @categories office, editor, technology & development  
 * @since 2.1
 * @see [See "file-ini" on phosphoricons.com](https://phosphoricons.com/?q="file-ini")
 */
export declare function PhFileIni(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-jpg  
 * @categories office, editor, media  
 * @since 1.4
 * @see [See "file-jpg" on phosphoricons.com](https://phosphoricons.com/?q="file-jpg")
 */
export declare function PhFileJpg(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-js  
 * @categories office, editor, technology & development  
 * @since 1.4
 * @see [See "file-js" on phosphoricons.com](https://phosphoricons.com/?q="file-js")
 */
export declare function PhFileJs(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-jsx  
 * @categories office, editor, technology & development  
 * @since 1.4
 * @see [See "file-jsx" on phosphoricons.com](https://phosphoricons.com/?q="file-jsx")
 */
export declare function PhFileJsx(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-lock  
 * @categories office, editor, system  
 * @since 1.4
 * @see [See "file-lock" on phosphoricons.com](https://phosphoricons.com/?q="file-lock")
 */
export declare function PhFileLock(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-magnifying-glass  
 * @categories office, editor  
 * @since 1
 * @see [See "file-magnifying-glass" on phosphoricons.com](https://phosphoricons.com/?q="file-magnifying-glass")
 */
export declare function PhFileMagnifyingGlass(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-md  
 * @categories office, editor, technology & development  
 * @since 2.1
 * @see [See "file-md" on phosphoricons.com](https://phosphoricons.com/?q="file-md")
 */
export declare function PhFileMd(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-minus  
 * @categories office, editor  
 * @since 1
 * @see [See "file-minus" on phosphoricons.com](https://phosphoricons.com/?q="file-minus")
 */
export declare function PhFileMinus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-pdf  
 * @categories office, editor  
 * @since 1.3
 * @see [See "file-pdf" on phosphoricons.com](https://phosphoricons.com/?q="file-pdf")
 */
export declare function PhFilePdf(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-plus  
 * @categories office, editor  
 * @since 1
 * @see [See "file-plus" on phosphoricons.com](https://phosphoricons.com/?q="file-plus")
 */
export declare function PhFilePlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-png  
 * @categories office, editor, media  
 * @since 1.4
 * @see [See "file-png" on phosphoricons.com](https://phosphoricons.com/?q="file-png")
 */
export declare function PhFilePng(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-ppt  
 * @categories office, editor  
 * @since 1.4
 * @see [See "file-ppt" on phosphoricons.com](https://phosphoricons.com/?q="file-ppt")
 */
export declare function PhFilePpt(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-py  
 * @categories office, editor, technology & development  
 * @since 2.1
 * @see [See "file-py" on phosphoricons.com](https://phosphoricons.com/?q="file-py")
 */
export declare function PhFilePy(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-rs  
 * @categories office, editor, technology & development  
 * @since 1.4
 * @see [See "file-rs" on phosphoricons.com](https://phosphoricons.com/?q="file-rs")
 */
export declare function PhFileRs(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-sql  
 * @categories system, technology & development  
 * @since 2
 * @see [See "file-sql" on phosphoricons.com](https://phosphoricons.com/?q="file-sql")
 */
export declare function PhFileSql(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-svg  
 * @categories system, media  
 * @since 2
 * @see [See "file-svg" on phosphoricons.com](https://phosphoricons.com/?q="file-svg")
 */
export declare function PhFileSvg(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-text  
 * @categories office, editor  
 * @since 1
 * @see [See "file-text" on phosphoricons.com](https://phosphoricons.com/?q="file-text")
 */
export declare function PhFileText(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-ts  
 * @categories office, editor, technology & development  
 * @since 1.4
 * @see [See "file-ts" on phosphoricons.com](https://phosphoricons.com/?q="file-ts")
 */
export declare function PhFileTs(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-tsx  
 * @categories office, editor, technology & development  
 * @since 1.4
 * @see [See "file-tsx" on phosphoricons.com](https://phosphoricons.com/?q="file-tsx")
 */
export declare function PhFileTsx(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-txt  
 * @categories office, editor, technology & development  
 * @since 2.1
 * @see [See "file-txt" on phosphoricons.com](https://phosphoricons.com/?q="file-txt")
 */
export declare function PhFileTxt(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-video  
 * @categories office, editor, media  
 * @since 1.4
 * @see [See "file-video" on phosphoricons.com](https://phosphoricons.com/?q="file-video")
 */
export declare function PhFileVideo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-vue  
 * @categories office, editor, technology & development  
 * @since 1.4
 * @see [See "file-vue" on phosphoricons.com](https://phosphoricons.com/?q="file-vue")
 */
export declare function PhFileVue(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-x  
 * @categories office, editor  
 * @since 1
 * @see [See "file-x" on phosphoricons.com](https://phosphoricons.com/?q="file-x")
 */
export declare function PhFileX(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-xls  
 * @categories office, editor  
 * @since 1.4
 * @see [See "file-xls" on phosphoricons.com](https://phosphoricons.com/?q="file-xls")
 */
export declare function PhFileXls(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name file-zip  
 * @categories office, editor, system  
 * @since 1.4
 * @see [See "file-zip" on phosphoricons.com](https://phosphoricons.com/?q="file-zip")
 */
export declare function PhFileZip(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name files  
 * @categories office, editor  
 * @since 1.3
 * @see [See "files" on phosphoricons.com](https://phosphoricons.com/?q="files")
 */
export declare function PhFiles(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name film-reel  
 * @categories media, objects  
 * @since 2
 * @see [See "film-reel" on phosphoricons.com](https://phosphoricons.com/?q="film-reel")
 */
export declare function PhFilmReel(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name film-script  
 * @categories office, media  
 * @since 1.4
 * @see [See "film-script" on phosphoricons.com](https://phosphoricons.com/?q="film-script")
 */
export declare function PhFilmScript(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name film-slate  
 * @categories media, objects  
 * @since 1.4
 * @see [See "film-slate" on phosphoricons.com](https://phosphoricons.com/?q="film-slate")
 */
export declare function PhFilmSlate(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name film-strip  
 * @categories media  
 * @since 1.3
 * @see [See "film-strip" on phosphoricons.com](https://phosphoricons.com/?q="film-strip")
 */
export declare function PhFilmStrip(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name fingerprint  
 * @categories system  
 * @since 1
 * @see [See "fingerprint" on phosphoricons.com](https://phosphoricons.com/?q="fingerprint")
 */
export declare function PhFingerprint(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name fingerprint-simple  
 * @categories system  
 * @since 1
 * @see [See "fingerprint-simple" on phosphoricons.com](https://phosphoricons.com/?q="fingerprint-simple")
 */
export declare function PhFingerprintSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name finn-the-human  
 * @categories games  
 * @since 1.1
 * @see [See "finn-the-human" on phosphoricons.com](https://phosphoricons.com/?q="finn-the-human")
 */
export declare function PhFinnTheHuman(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name fire  
 * @categories nature, weather  
 * @since 1
 * @see [See "fire" on phosphoricons.com](https://phosphoricons.com/?q="fire")
 */
export declare function PhFire(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name fire-extinguisher  
 * @categories objects  
 * @since 2
 * @see [See "fire-extinguisher" on phosphoricons.com](https://phosphoricons.com/?q="fire-extinguisher")
 */
export declare function PhFireExtinguisher(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name fire-simple  
 * @categories nature, weather  
 * @since 1.2
 * @see [See "fire-simple" on phosphoricons.com](https://phosphoricons.com/?q="fire-simple")
 */
export declare function PhFireSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name fire-truck  
 * @categories health & wellness  
 * @since 2.1
 * @see [See "fire-truck" on phosphoricons.com](https://phosphoricons.com/?q="fire-truck")
 */
export declare function PhFireTruck(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name first-aid  
 * @categories health & wellness  
 * @since 1.1
 * @see [See "first-aid" on phosphoricons.com](https://phosphoricons.com/?q="first-aid")
 */
export declare function PhFirstAid(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name first-aid-kit  
 * @categories health & wellness  
 * @since 1.1
 * @see [See "first-aid-kit" on phosphoricons.com](https://phosphoricons.com/?q="first-aid-kit")
 */
export declare function PhFirstAidKit(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name fish  
 * @categories nature, commerce  
 * @since 1.3
 * @see [See "fish" on phosphoricons.com](https://phosphoricons.com/?q="fish")
 */
export declare function PhFish(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name fish-simple  
 * @categories nature, commerce  
 * @since 1.3
 * @see [See "fish-simple" on phosphoricons.com](https://phosphoricons.com/?q="fish-simple")
 */
export declare function PhFishSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name flag  
 * @categories objects, maps & travel, system  
 * @since 1
 * @see [See "flag" on phosphoricons.com](https://phosphoricons.com/?q="flag")
 */
export declare function PhFlag(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name flag-banner  
 * @categories objects, maps & travel, system  
 * @since 1.2
 * @see [See "flag-banner" on phosphoricons.com](https://phosphoricons.com/?q="flag-banner")
 */
export declare function PhFlagBanner(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name flag-banner-fold  
 * @categories objects, maps & travel, system  
 * @since 2.1
 * @see [See "flag-banner-fold" on phosphoricons.com](https://phosphoricons.com/?q="flag-banner-fold")
 */
export declare function PhFlagBannerFold(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name flag-checkered  
 * @categories maps & travel, objects, games  
 * @since 1.4
 * @see [See "flag-checkered" on phosphoricons.com](https://phosphoricons.com/?q="flag-checkered")
 */
export declare function PhFlagCheckered(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name flag-pennant  
 * @categories objects, maps & travel, system, games  
 * @since 2
 * @see [See "flag-pennant" on phosphoricons.com](https://phosphoricons.com/?q="flag-pennant")
 */
export declare function PhFlagPennant(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name flame  
 * @categories nature, weather  
 * @since 1.2
 * @see [See "flame" on phosphoricons.com](https://phosphoricons.com/?q="flame")
 */
export declare function PhFlame(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name flashlight  
 * @categories system, objects  
 * @since 1
 * @see [See "flashlight" on phosphoricons.com](https://phosphoricons.com/?q="flashlight")
 */
export declare function PhFlashlight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name flask  
 * @categories technology & development, nature, objects  
 * @since 1.3
 * @see [See "flask" on phosphoricons.com](https://phosphoricons.com/?q="flask")
 */
export declare function PhFlask(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name flip-horizontal  
 * @categories design, editor  
 * @since 2.1
 * @see [See "flip-horizontal" on phosphoricons.com](https://phosphoricons.com/?q="flip-horizontal")
 */
export declare function PhFlipHorizontal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name flip-vertical  
 * @categories design, editor  
 * @since 2.1
 * @see [See "flip-vertical" on phosphoricons.com](https://phosphoricons.com/?q="flip-vertical")
 */
export declare function PhFlipVertical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name floppy-disk  
 * @categories office, editor, system  
 * @since 1
 * @see [See "floppy-disk" on phosphoricons.com](https://phosphoricons.com/?q="floppy-disk")
 */
export declare function PhFloppyDisk(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name floppy-disk-back  
 * @categories office, editor, system  
 * @since 1.3
 * @see [See "floppy-disk-back" on phosphoricons.com](https://phosphoricons.com/?q="floppy-disk-back")
 */
export declare function PhFloppyDiskBack(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name flow-arrow  
 * @categories arrows, design, office  
 * @since 1.3
 * @see [See "flow-arrow" on phosphoricons.com](https://phosphoricons.com/?q="flow-arrow")
 */
export declare function PhFlowArrow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name flower  
 * @categories nature  
 * @since 1.3
 * @see [See "flower" on phosphoricons.com](https://phosphoricons.com/?q="flower")
 */
export declare function PhFlower(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name flower-lotus  
 * @categories nature  
 * @since 1.3
 * @see [See "flower-lotus" on phosphoricons.com](https://phosphoricons.com/?q="flower-lotus")
 */
export declare function PhFlowerLotus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name flower-tulip  
 * @categories nature  
 * @since 2
 * @see [See "flower-tulip" on phosphoricons.com](https://phosphoricons.com/?q="flower-tulip")
 */
export declare function PhFlowerTulip(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name flying-saucer  
 * @categories games, objects  
 * @since 1.4
 * @see [See "flying-saucer" on phosphoricons.com](https://phosphoricons.com/?q="flying-saucer")
 */
export declare function PhFlyingSaucer(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name folder  
 * @categories office, editor, system  
 * @since 1
 * @see [See "folder" on phosphoricons.com](https://phosphoricons.com/?q="folder")
 */
export declare function PhFolder(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name folder-dashed  
 * @categories office, editor, system  
 * @since 1.4
 * @see [See "folder-dashed" on phosphoricons.com](https://phosphoricons.com/?q="folder-dashed")
 */
export declare function PhFolderDashed(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name folder-lock  
 * @categories office, editor, system  
 * @since 1.4
 * @see [See "folder-lock" on phosphoricons.com](https://phosphoricons.com/?q="folder-lock")
 */
export declare function PhFolderLock(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name folder-minus  
 * @categories office, editor, system  
 * @since 1
 * @see [See "folder-minus" on phosphoricons.com](https://phosphoricons.com/?q="folder-minus")
 */
export declare function PhFolderMinus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name folder-open  
 * @categories office, editor, system  
 * @since 1
 * @see [See "folder-open" on phosphoricons.com](https://phosphoricons.com/?q="folder-open")
 */
export declare function PhFolderOpen(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name folder-plus  
 * @categories office, editor, system  
 * @since 1
 * @see [See "folder-plus" on phosphoricons.com](https://phosphoricons.com/?q="folder-plus")
 */
export declare function PhFolderPlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name folder-simple  
 * @categories office, editor, system  
 * @since 1
 * @see [See "folder-simple" on phosphoricons.com](https://phosphoricons.com/?q="folder-simple")
 */
export declare function PhFolderSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name folder-simple-dashed  
 * @categories office, editor, system  
 * @since 1.4
 * @see [See "folder-simple-dashed" on phosphoricons.com](https://phosphoricons.com/?q="folder-simple-dashed")
 */
export declare function PhFolderSimpleDashed(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name folder-simple-lock  
 * @categories office, editor, system  
 * @since 1.4
 * @see [See "folder-simple-lock" on phosphoricons.com](https://phosphoricons.com/?q="folder-simple-lock")
 */
export declare function PhFolderSimpleLock(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name folder-simple-minus  
 * @categories office, editor, system  
 * @since 1
 * @see [See "folder-simple-minus" on phosphoricons.com](https://phosphoricons.com/?q="folder-simple-minus")
 */
export declare function PhFolderSimpleMinus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name folder-simple-plus  
 * @categories office, editor, system  
 * @since 1
 * @see [See "folder-simple-plus" on phosphoricons.com](https://phosphoricons.com/?q="folder-simple-plus")
 */
export declare function PhFolderSimplePlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name folder-simple-star  
 * @categories office, editor, system  
 * @since 1.4
 * @see [See "folder-simple-star" on phosphoricons.com](https://phosphoricons.com/?q="folder-simple-star")
 */
export declare function PhFolderSimpleStar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name folder-simple-user  
 * @categories office, editor, system  
 * @since 1.4
 * @see [See "folder-simple-user" on phosphoricons.com](https://phosphoricons.com/?q="folder-simple-user")
 */
export declare function PhFolderSimpleUser(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name folder-star  
 * @categories office, editor, system  
 * @since 1.4
 * @see [See "folder-star" on phosphoricons.com](https://phosphoricons.com/?q="folder-star")
 */
export declare function PhFolderStar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name folder-user  
 * @categories office, editor, system  
 * @since 1.4
 * @see [See "folder-user" on phosphoricons.com](https://phosphoricons.com/?q="folder-user")
 */
export declare function PhFolderUser(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name folders  
 * @categories office, editor, system  
 * @since 1
 * @see [See "folders" on phosphoricons.com](https://phosphoricons.com/?q="folders")
 */
export declare function PhFolders(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name football  
 * @categories games, health & wellness, objects  
 * @since 1.3
 * @see [See "football" on phosphoricons.com](https://phosphoricons.com/?q="football")
 */
export declare function PhFootball(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name football-helmet  
 * @categories games, health & wellness, objects  
 * @since 2.1
 * @see [See "football-helmet" on phosphoricons.com](https://phosphoricons.com/?q="football-helmet")
 */
export declare function PhFootballHelmet(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name footprints  
 * @categories health & wellness, maps & travel  
 * @since 2
 * @see [See "footprints" on phosphoricons.com](https://phosphoricons.com/?q="footprints")
 */
export declare function PhFootprints(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name fork-knife  
 * @categories commerce, maps & travel, objects  
 * @since 1
 * @see [See "fork-knife" on phosphoricons.com](https://phosphoricons.com/?q="fork-knife")
 */
export declare function PhForkKnife(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name four-k  
 * @categories media  
 * @since 2.1
 * @see [See "four-k" on phosphoricons.com](https://phosphoricons.com/?q="four-k")
 */
export declare function PhFourK(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name frame-corners  
 * @categories system  
 * @since 1.2
 * @see [See "frame-corners" on phosphoricons.com](https://phosphoricons.com/?q="frame-corners")
 */
export declare function PhFrameCorners(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name framer-logo  
 * @categories brands, design  
 * @since 1
 * @see [See "framer-logo" on phosphoricons.com](https://phosphoricons.com/?q="framer-logo")
 */
export declare function PhFramerLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name function  
 * @categories technology & development  
 * @since 1.4
 * @see [See "function" on phosphoricons.com](https://phosphoricons.com/?q="function")
 */
export declare function PhFunction(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name funnel  
 * @categories editor, objects  
 * @since 1
 * @see [See "funnel" on phosphoricons.com](https://phosphoricons.com/?q="funnel")
 */
export declare function PhFunnel(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name funnel-simple  
 * @categories editor, objects  
 * @since 1
 * @see [See "funnel-simple" on phosphoricons.com](https://phosphoricons.com/?q="funnel-simple")
 */
export declare function PhFunnelSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name funnel-simple-x  
 * @categories editor, objects  
 * @since 2.1
 * @see [See "funnel-simple-x" on phosphoricons.com](https://phosphoricons.com/?q="funnel-simple-x")
 */
export declare function PhFunnelSimpleX(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name funnel-x  
 * @categories editor, objects  
 * @since 2.1
 * @see [See "funnel-x" on phosphoricons.com](https://phosphoricons.com/?q="funnel-x")
 */
export declare function PhFunnelX(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name game-controller  
 * @categories games, media, objects  
 * @since 1
 * @see [See "game-controller" on phosphoricons.com](https://phosphoricons.com/?q="game-controller")
 */
export declare function PhGameController(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name garage  
 * @categories commerce, maps & travel  
 * @since 2
 * @see [See "garage" on phosphoricons.com](https://phosphoricons.com/?q="garage")
 */
export declare function PhGarage(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gas-can  
 * @categories maps & travel, objects  
 * @since 2
 * @see [See "gas-can" on phosphoricons.com](https://phosphoricons.com/?q="gas-can")
 */
export declare function PhGasCan(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gas-pump  
 * @categories maps & travel, objects  
 * @since 1.3
 * @see [See "gas-pump" on phosphoricons.com](https://phosphoricons.com/?q="gas-pump")
 */
export declare function PhGasPump(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gauge  
 * @categories technology & development, objects, system  
 * @since 1.2
 * @see [See "gauge" on phosphoricons.com](https://phosphoricons.com/?q="gauge")
 */
export declare function PhGauge(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gavel  
 * @categories commerce, objects  
 * @since 2
 * @see [See "gavel" on phosphoricons.com](https://phosphoricons.com/?q="gavel")
 */
export declare function PhGavel(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gear  
 * @categories system  
 * @since 1
 * @see [See "gear" on phosphoricons.com](https://phosphoricons.com/?q="gear")
 */
export declare function PhGear(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gear-fine  
 * @categories system  
 * @since 2
 * @see [See "gear-fine" on phosphoricons.com](https://phosphoricons.com/?q="gear-fine")
 */
export declare function PhGearFine(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gear-six  
 * @categories system  
 * @since 1
 * @see [See "gear-six" on phosphoricons.com](https://phosphoricons.com/?q="gear-six")
 */
export declare function PhGearSix(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gender-female  
 * @categories people  
 * @since 1.3
 * @see [See "gender-female" on phosphoricons.com](https://phosphoricons.com/?q="gender-female")
 */
export declare function PhGenderFemale(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gender-intersex  
 * @categories people  
 * @since 1.3
 * @see [See "gender-intersex" on phosphoricons.com](https://phosphoricons.com/?q="gender-intersex")
 */
export declare function PhGenderIntersex(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gender-male  
 * @categories people  
 * @since 1.3
 * @see [See "gender-male" on phosphoricons.com](https://phosphoricons.com/?q="gender-male")
 */
export declare function PhGenderMale(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gender-neuter  
 * @categories people  
 * @since 1.3
 * @see [See "gender-neuter" on phosphoricons.com](https://phosphoricons.com/?q="gender-neuter")
 */
export declare function PhGenderNeuter(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gender-nonbinary  
 * @categories people  
 * @since 1.3
 * @see [See "gender-nonbinary" on phosphoricons.com](https://phosphoricons.com/?q="gender-nonbinary")
 */
export declare function PhGenderNonbinary(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gender-transgender  
 * @categories people  
 * @since 1.3
 * @see [See "gender-transgender" on phosphoricons.com](https://phosphoricons.com/?q="gender-transgender")
 */
export declare function PhGenderTransgender(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name ghost  
 * @categories games, objects  
 * @since 1.2
 * @see [See "ghost" on phosphoricons.com](https://phosphoricons.com/?q="ghost")
 */
export declare function PhGhost(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gif  
 * @categories media  
 * @since 1
 * @see [See "gif" on phosphoricons.com](https://phosphoricons.com/?q="gif")
 */
export declare function PhGif(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gift  
 * @categories commerce, objects  
 * @since 1
 * @see [See "gift" on phosphoricons.com](https://phosphoricons.com/?q="gift")
 */
export declare function PhGift(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name git-branch  
 * @categories technology & development  
 * @since 1
 * @see [See "git-branch" on phosphoricons.com](https://phosphoricons.com/?q="git-branch")
 */
export declare function PhGitBranch(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name git-commit  
 * @categories technology & development  
 * @since 1
 * @see [See "git-commit" on phosphoricons.com](https://phosphoricons.com/?q="git-commit")
 */
export declare function PhGitCommit(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name git-diff  
 * @categories technology & development  
 * @since 1
 * @see [See "git-diff" on phosphoricons.com](https://phosphoricons.com/?q="git-diff")
 */
export declare function PhGitDiff(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name git-fork  
 * @categories technology & development  
 * @since 1
 * @see [See "git-fork" on phosphoricons.com](https://phosphoricons.com/?q="git-fork")
 */
export declare function PhGitFork(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name git-merge  
 * @categories technology & development  
 * @since 1
 * @see [See "git-merge" on phosphoricons.com](https://phosphoricons.com/?q="git-merge")
 */
export declare function PhGitMerge(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name git-pull-request  
 * @categories technology & development  
 * @since 1
 * @see [See "git-pull-request" on phosphoricons.com](https://phosphoricons.com/?q="git-pull-request")
 */
export declare function PhGitPullRequest(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name github-logo  
 * @categories technology & development, brands  
 * @since 1.1
 * @see [See "github-logo" on phosphoricons.com](https://phosphoricons.com/?q="github-logo")
 */
export declare function PhGithubLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gitlab-logo  
 * @categories brands, technology & development  
 * @since 1.3
 * @see [See "gitlab-logo" on phosphoricons.com](https://phosphoricons.com/?q="gitlab-logo")
 */
export declare function PhGitlabLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gitlab-logo-simple  
 * @categories brands, technology & development  
 * @since 1.3
 * @see [See "gitlab-logo-simple" on phosphoricons.com](https://phosphoricons.com/?q="gitlab-logo-simple")
 */
export declare function PhGitlabLogoSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name globe  
 * @categories maps & travel  
 * @since 1
 * @see [See "globe" on phosphoricons.com](https://phosphoricons.com/?q="globe")
 */
export declare function PhGlobe(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name globe-hemisphere-east  
 * @categories maps & travel  
 * @since 1
 * @see [See "globe-hemisphere-east" on phosphoricons.com](https://phosphoricons.com/?q="globe-hemisphere-east")
 */
export declare function PhGlobeHemisphereEast(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name globe-hemisphere-west  
 * @categories maps & travel  
 * @since 1
 * @see [See "globe-hemisphere-west" on phosphoricons.com](https://phosphoricons.com/?q="globe-hemisphere-west")
 */
export declare function PhGlobeHemisphereWest(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name globe-simple  
 * @categories maps & travel  
 * @since 1
 * @see [See "globe-simple" on phosphoricons.com](https://phosphoricons.com/?q="globe-simple")
 */
export declare function PhGlobeSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name globe-simple-x  
 * @categories maps & travel  
 * @since 2.1
 * @see [See "globe-simple-x" on phosphoricons.com](https://phosphoricons.com/?q="globe-simple-x")
 */
export declare function PhGlobeSimpleX(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name globe-stand  
 * @categories maps & travel  
 * @since 1
 * @see [See "globe-stand" on phosphoricons.com](https://phosphoricons.com/?q="globe-stand")
 */
export declare function PhGlobeStand(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name globe-x  
 * @categories maps & travel  
 * @since 2.1
 * @see [See "globe-x" on phosphoricons.com](https://phosphoricons.com/?q="globe-x")
 */
export declare function PhGlobeX(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name goggles  
 * @categories health & wellness, objects  
 * @since 2
 * @see [See "goggles" on phosphoricons.com](https://phosphoricons.com/?q="goggles")
 */
export declare function PhGoggles(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name golf  
 * @categories games, health & wellness, objects  
 * @since 2.1
 * @see [See "golf" on phosphoricons.com](https://phosphoricons.com/?q="golf")
 */
export declare function PhGolf(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name goodreads-logo  
 * @categories brands  
 * @since 2
 * @see [See "goodreads-logo" on phosphoricons.com](https://phosphoricons.com/?q="goodreads-logo")
 */
export declare function PhGoodreadsLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name google-cardboard-logo  
 * @categories brands  
 * @since 2
 * @see [See "google-cardboard-logo" on phosphoricons.com](https://phosphoricons.com/?q="google-cardboard-logo")
 */
export declare function PhGoogleCardboardLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name google-chrome-logo  
 * @categories brands  
 * @since 1.4
 * @see [See "google-chrome-logo" on phosphoricons.com](https://phosphoricons.com/?q="google-chrome-logo")
 */
export declare function PhGoogleChromeLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name google-drive-logo  
 * @categories brands  
 * @since 2
 * @see [See "google-drive-logo" on phosphoricons.com](https://phosphoricons.com/?q="google-drive-logo")
 */
export declare function PhGoogleDriveLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name google-logo  
 * @categories brands  
 * @since 1
 * @see [See "google-logo" on phosphoricons.com](https://phosphoricons.com/?q="google-logo")
 */
export declare function PhGoogleLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name google-photos-logo  
 * @categories brands, media  
 * @since 1.4
 * @see [See "google-photos-logo" on phosphoricons.com](https://phosphoricons.com/?q="google-photos-logo")
 */
export declare function PhGooglePhotosLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name google-play-logo  
 * @categories brands, system, media  
 * @since 1
 * @see [See "google-play-logo" on phosphoricons.com](https://phosphoricons.com/?q="google-play-logo")
 */
export declare function PhGooglePlayLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name google-podcasts-logo  
 * @categories brands, media  
 * @since 1.4
 * @see [See "google-podcasts-logo" on phosphoricons.com](https://phosphoricons.com/?q="google-podcasts-logo")
 */
export declare function PhGooglePodcastsLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gps  
 * @categories maps & travel, system  
 * @since 2.1
 * @see [See "gps" on phosphoricons.com](https://phosphoricons.com/?q="gps")
 */
export declare function PhGps(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gps-fix  
 * @categories maps & travel, system  
 * @since 2.1
 * @see [See "gps-fix" on phosphoricons.com](https://phosphoricons.com/?q="gps-fix")
 */
export declare function PhGpsFix(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gps-slash  
 * @categories maps & travel, system  
 * @since 2.1
 * @see [See "gps-slash" on phosphoricons.com](https://phosphoricons.com/?q="gps-slash")
 */
export declare function PhGpsSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name gradient  
 * @categories design  
 * @since 1.4
 * @see [See "gradient" on phosphoricons.com](https://phosphoricons.com/?q="gradient")
 */
export declare function PhGradient(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name graduation-cap  
 * @categories maps & travel, objects  
 * @since 1.2
 * @see [See "graduation-cap" on phosphoricons.com](https://phosphoricons.com/?q="graduation-cap")
 */
export declare function PhGraduationCap(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name grains  
 * @categories commerce, nature  
 * @since 2
 * @see [See "grains" on phosphoricons.com](https://phosphoricons.com/?q="grains")
 */
export declare function PhGrains(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name grains-slash  
 * @categories commerce  
 * @since 2
 * @see [See "grains-slash" on phosphoricons.com](https://phosphoricons.com/?q="grains-slash")
 */
export declare function PhGrainsSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name graph  
 * @categories office, technology & development  
 * @since 1.4
 * @see [See "graph" on phosphoricons.com](https://phosphoricons.com/?q="graph")
 */
export declare function PhGraph(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name graphics-card  
 * @categories technology & development  
 * @since 2.1
 * @see [See "graphics-card" on phosphoricons.com](https://phosphoricons.com/?q="graphics-card")
 */
export declare function PhGraphicsCard(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name greater-than  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "greater-than" on phosphoricons.com](https://phosphoricons.com/?q="greater-than")
 */
export declare function PhGreaterThan(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name greater-than-or-equal  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "greater-than-or-equal" on phosphoricons.com](https://phosphoricons.com/?q="greater-than-or-equal")
 */
export declare function PhGreaterThanOrEqual(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name grid-four  
 * @categories design, system  
 * @since 1
 * @see [See "grid-four" on phosphoricons.com](https://phosphoricons.com/?q="grid-four")
 */
export declare function PhGridFour(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name grid-nine  
 * @categories design, system  
 * @since 2
 * @see [See "grid-nine" on phosphoricons.com](https://phosphoricons.com/?q="grid-nine")
 */
export declare function PhGridNine(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name guitar  
 * @categories media, objects  
 * @since 2
 * @see [See "guitar" on phosphoricons.com](https://phosphoricons.com/?q="guitar")
 */
export declare function PhGuitar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hair-dryer  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "hair-dryer" on phosphoricons.com](https://phosphoricons.com/?q="hair-dryer")
 */
export declare function PhHairDryer(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hamburger  
 * @categories commerce, maps & travel  
 * @since 1.4
 * @see [See "hamburger" on phosphoricons.com](https://phosphoricons.com/?q="hamburger")
 */
export declare function PhHamburger(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hammer  
 * @categories objects, system, commerce  
 * @since 2
 * @see [See "hammer" on phosphoricons.com](https://phosphoricons.com/?q="hammer")
 */
export declare function PhHammer(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand  
 * @categories system, people  
 * @since 1
 * @see [See "hand" on phosphoricons.com](https://phosphoricons.com/?q="hand")
 */
export declare function PhHand(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-arrow-down  
 * @categories people, commerce, finances  
 * @since 2.1
 * @see [See "hand-arrow-down" on phosphoricons.com](https://phosphoricons.com/?q="hand-arrow-down")
 */
export declare function PhHandArrowDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-arrow-up  
 * @categories people, commerce, finances  
 * @since 2.1
 * @see [See "hand-arrow-up" on phosphoricons.com](https://phosphoricons.com/?q="hand-arrow-up")
 */
export declare function PhHandArrowUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-coins  
 * @categories people, commerce, finances  
 * @since 2
 * @see [See "hand-coins" on phosphoricons.com](https://phosphoricons.com/?q="hand-coins")
 */
export declare function PhHandCoins(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-deposit  
 * @categories people, commerce, finances  
 * @since 2.1
 * @see [See "hand-deposit" on phosphoricons.com](https://phosphoricons.com/?q="hand-deposit")
 */
export declare function PhHandDeposit(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-eye  
 * @categories people  
 * @since 1.4
 * @see [See "hand-eye" on phosphoricons.com](https://phosphoricons.com/?q="hand-eye")
 */
export declare function PhHandEye(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-fist  
 * @categories people  
 * @since 1.1
 * @see [See "hand-fist" on phosphoricons.com](https://phosphoricons.com/?q="hand-fist")
 */
export declare function PhHandFist(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-grabbing  
 * @categories system, people  
 * @since 1.1
 * @see [See "hand-grabbing" on phosphoricons.com](https://phosphoricons.com/?q="hand-grabbing")
 */
export declare function PhHandGrabbing(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-heart  
 * @categories people  
 * @since 2
 * @see [See "hand-heart" on phosphoricons.com](https://phosphoricons.com/?q="hand-heart")
 */
export declare function PhHandHeart(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-palm  
 * @categories system, people  
 * @since 1.1
 * @see [See "hand-palm" on phosphoricons.com](https://phosphoricons.com/?q="hand-palm")
 */
export declare function PhHandPalm(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-peace  
 * @categories people, communications  
 * @since 2.1
 * @see [See "hand-peace" on phosphoricons.com](https://phosphoricons.com/?q="hand-peace")
 */
export declare function PhHandPeace(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-pointing  
 * @categories system, people  
 * @since 1
 * @see [See "hand-pointing" on phosphoricons.com](https://phosphoricons.com/?q="hand-pointing")
 */
export declare function PhHandPointing(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-soap  
 * @categories health & wellness, objects  
 * @since 1.2
 * @see [See "hand-soap" on phosphoricons.com](https://phosphoricons.com/?q="hand-soap")
 */
export declare function PhHandSoap(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-swipe-left  
 * @categories people, system  
 * @since 2
 * @see [See "hand-swipe-left" on phosphoricons.com](https://phosphoricons.com/?q="hand-swipe-left")
 */
export declare function PhHandSwipeLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-swipe-right  
 * @categories people, system  
 * @since 2
 * @see [See "hand-swipe-right" on phosphoricons.com](https://phosphoricons.com/?q="hand-swipe-right")
 */
export declare function PhHandSwipeRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-tap  
 * @categories people, system  
 * @since 2
 * @see [See "hand-tap" on phosphoricons.com](https://phosphoricons.com/?q="hand-tap")
 */
export declare function PhHandTap(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-waving  
 * @categories system, people  
 * @since 1.1
 * @see [See "hand-waving" on phosphoricons.com](https://phosphoricons.com/?q="hand-waving")
 */
export declare function PhHandWaving(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hand-withdraw  
 * @categories people, commerce, finances  
 * @since 2.1
 * @see [See "hand-withdraw" on phosphoricons.com](https://phosphoricons.com/?q="hand-withdraw")
 */
export declare function PhHandWithdraw(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name handbag  
 * @categories commerce, objects  
 * @since 1
 * @see [See "handbag" on phosphoricons.com](https://phosphoricons.com/?q="handbag")
 */
export declare function PhHandbag(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name handbag-simple  
 * @categories commerce, objects  
 * @since 1.2
 * @see [See "handbag-simple" on phosphoricons.com](https://phosphoricons.com/?q="handbag-simple")
 */
export declare function PhHandbagSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hands-clapping  
 * @categories system, people  
 * @since 1.3
 * @see [See "hands-clapping" on phosphoricons.com](https://phosphoricons.com/?q="hands-clapping")
 */
export declare function PhHandsClapping(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hands-praying  
 * @categories people  
 * @since 2
 * @see [See "hands-praying" on phosphoricons.com](https://phosphoricons.com/?q="hands-praying")
 */
export declare function PhHandsPraying(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name handshake  
 * @categories people, commerce  
 * @since 1.1
 * @see [See "handshake" on phosphoricons.com](https://phosphoricons.com/?q="handshake")
 */
export declare function PhHandshake(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hard-drive  
 * @categories system  
 * @since 1
 * @see [See "hard-drive" on phosphoricons.com](https://phosphoricons.com/?q="hard-drive")
 */
export declare function PhHardDrive(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hard-drives  
 * @categories system  
 * @since 1
 * @see [See "hard-drives" on phosphoricons.com](https://phosphoricons.com/?q="hard-drives")
 */
export declare function PhHardDrives(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hard-hat  
 * @categories commerce, objects, technology & development  
 * @since 2.1
 * @see [See "hard-hat" on phosphoricons.com](https://phosphoricons.com/?q="hard-hat")
 */
export declare function PhHardHat(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hash  
 * @categories communications  
 * @since 1
 * @see [See "hash" on phosphoricons.com](https://phosphoricons.com/?q="hash")
 */
export declare function PhHash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hash-straight  
 * @categories communications  
 * @since 1
 * @see [See "hash-straight" on phosphoricons.com](https://phosphoricons.com/?q="hash-straight")
 */
export declare function PhHashStraight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name head-circuit  
 * @categories technology & development  
 * @since 2.1
 * @see [See "head-circuit" on phosphoricons.com](https://phosphoricons.com/?q="head-circuit")
 */
export declare function PhHeadCircuit(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name headlights  
 * @categories maps & travel, objects  
 * @since 1.3
 * @see [See "headlights" on phosphoricons.com](https://phosphoricons.com/?q="headlights")
 */
export declare function PhHeadlights(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name headphones  
 * @categories media, objects  
 * @since 1
 * @see [See "headphones" on phosphoricons.com](https://phosphoricons.com/?q="headphones")
 */
export declare function PhHeadphones(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name headset  
 * @categories media, games, objects  
 * @since 1.1
 * @see [See "headset" on phosphoricons.com](https://phosphoricons.com/?q="headset")
 */
export declare function PhHeadset(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name heart  
 * @categories communications, games, health & wellness  
 * @since 1
 * @see [See "heart" on phosphoricons.com](https://phosphoricons.com/?q="heart")
 */
export declare function PhHeart(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name heart-break  
 * @categories communications  
 * @since 1.4
 * @see [See "heart-break" on phosphoricons.com](https://phosphoricons.com/?q="heart-break")
 */
export declare function PhHeartBreak(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name heart-half  
 * @categories communications, games, health & wellness  
 * @since 2
 * @see [See "heart-half" on phosphoricons.com](https://phosphoricons.com/?q="heart-half")
 */
export declare function PhHeartHalf(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name heart-straight  
 * @categories communications, games, health & wellness  
 * @since 1
 * @see [See "heart-straight" on phosphoricons.com](https://phosphoricons.com/?q="heart-straight")
 */
export declare function PhHeartStraight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name heart-straight-break  
 * @categories communications  
 * @since 1.4
 * @see [See "heart-straight-break" on phosphoricons.com](https://phosphoricons.com/?q="heart-straight-break")
 */
export declare function PhHeartStraightBreak(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name heartbeat  
 * @categories health & wellness, system  
 * @since 1
 * @see [See "heartbeat" on phosphoricons.com](https://phosphoricons.com/?q="heartbeat")
 */
export declare function PhHeartbeat(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hexagon  
 * @categories design  
 * @since 1
 * @see [See "hexagon" on phosphoricons.com](https://phosphoricons.com/?q="hexagon")
 */
export declare function PhHexagon(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name high-definition  
 * @categories media  
 * @since 2.1
 * @see [See "high-definition" on phosphoricons.com](https://phosphoricons.com/?q="high-definition")
 */
export declare function PhHighDefinition(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name high-heel  
 * @categories commerce, objects  
 * @since 2
 * @see [See "high-heel" on phosphoricons.com](https://phosphoricons.com/?q="high-heel")
 */
export declare function PhHighHeel(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name highlighter  
 * @categories design, editor, office  
 * @since 2.1
 * @see [See "highlighter" on phosphoricons.com](https://phosphoricons.com/?q="highlighter")
 */
export declare function PhHighlighter(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name highlighter-circle  
 * @categories design, editor, office  
 * @since 1.2
 * @see [See "highlighter-circle" on phosphoricons.com](https://phosphoricons.com/?q="highlighter-circle")
 */
export declare function PhHighlighterCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hockey  
 * @categories games, health & wellness, objects  
 * @since 2.1
 * @see [See "hockey" on phosphoricons.com](https://phosphoricons.com/?q="hockey")
 */
export declare function PhHockey(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hoodie  
 * @categories commerce, objects  
 * @since 2
 * @see [See "hoodie" on phosphoricons.com](https://phosphoricons.com/?q="hoodie")
 */
export declare function PhHoodie(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name horse  
 * @categories games, health & wellness, nature  
 * @since 1
 * @see [See "horse" on phosphoricons.com](https://phosphoricons.com/?q="horse")
 */
export declare function PhHorse(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hospital  
 * @categories maps & travel, health & wellness  
 * @since 2.1
 * @see [See "hospital" on phosphoricons.com](https://phosphoricons.com/?q="hospital")
 */
export declare function PhHospital(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hourglass  
 * @categories system, objects  
 * @since 1
 * @see [See "hourglass" on phosphoricons.com](https://phosphoricons.com/?q="hourglass")
 */
export declare function PhHourglass(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hourglass-high  
 * @categories system, objects  
 * @since 1
 * @see [See "hourglass-high" on phosphoricons.com](https://phosphoricons.com/?q="hourglass-high")
 */
export declare function PhHourglassHigh(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hourglass-low  
 * @categories system, objects  
 * @since 1
 * @see [See "hourglass-low" on phosphoricons.com](https://phosphoricons.com/?q="hourglass-low")
 */
export declare function PhHourglassLow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hourglass-medium  
 * @categories system, objects  
 * @since 1
 * @see [See "hourglass-medium" on phosphoricons.com](https://phosphoricons.com/?q="hourglass-medium")
 */
export declare function PhHourglassMedium(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hourglass-simple  
 * @categories system, objects  
 * @since 1
 * @see [See "hourglass-simple" on phosphoricons.com](https://phosphoricons.com/?q="hourglass-simple")
 */
export declare function PhHourglassSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hourglass-simple-high  
 * @categories system, objects  
 * @since 1
 * @see [See "hourglass-simple-high" on phosphoricons.com](https://phosphoricons.com/?q="hourglass-simple-high")
 */
export declare function PhHourglassSimpleHigh(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hourglass-simple-low  
 * @categories system, objects  
 * @since 1
 * @see [See "hourglass-simple-low" on phosphoricons.com](https://phosphoricons.com/?q="hourglass-simple-low")
 */
export declare function PhHourglassSimpleLow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hourglass-simple-medium  
 * @categories system, objects  
 * @since 1
 * @see [See "hourglass-simple-medium" on phosphoricons.com](https://phosphoricons.com/?q="hourglass-simple-medium")
 */
export declare function PhHourglassSimpleMedium(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name house  
 * @categories maps & travel, system  
 * @since 1
 * @see [See "house" on phosphoricons.com](https://phosphoricons.com/?q="house")
 */
export declare function PhHouse(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name house-line  
 * @categories maps & travel, system  
 * @since 1
 * @see [See "house-line" on phosphoricons.com](https://phosphoricons.com/?q="house-line")
 */
export declare function PhHouseLine(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name house-simple  
 * @categories maps & travel, system  
 * @since 1
 * @see [See "house-simple" on phosphoricons.com](https://phosphoricons.com/?q="house-simple")
 */
export declare function PhHouseSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name hurricane  
 * @categories weather  
 * @since 2.1
 * @see [See "hurricane" on phosphoricons.com](https://phosphoricons.com/?q="hurricane")
 */
export declare function PhHurricane(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name ice-cream  
 * @categories commerce, maps & travel, objects  
 * @since 2
 * @see [See "ice-cream" on phosphoricons.com](https://phosphoricons.com/?q="ice-cream")
 */
export declare function PhIceCream(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name identification-badge  
 * @categories people  
 * @since 1.3
 * @see [See "identification-badge" on phosphoricons.com](https://phosphoricons.com/?q="identification-badge")
 */
export declare function PhIdentificationBadge(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name identification-card  
 * @categories people  
 * @since 1
 * @see [See "identification-card" on phosphoricons.com](https://phosphoricons.com/?q="identification-card")
 */
export declare function PhIdentificationCard(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name image  
 * @categories media, system  
 * @since 1
 * @see [See "image" on phosphoricons.com](https://phosphoricons.com/?q="image")
 */
export declare function PhImage(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name image-broken  
 * @categories media, system  
 * @since 2.1
 * @see [See "image-broken" on phosphoricons.com](https://phosphoricons.com/?q="image-broken")
 */
export declare function PhImageBroken(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name image-square  
 * @categories media, system  
 * @since 1
 * @see [See "image-square" on phosphoricons.com](https://phosphoricons.com/?q="image-square")
 */
export declare function PhImageSquare(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name images  
 * @categories media, system  
 * @since 2
 * @see [See "images" on phosphoricons.com](https://phosphoricons.com/?q="images")
 */
export declare function PhImages(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name images-square  
 * @categories media, system  
 * @since 2
 * @see [See "images-square" on phosphoricons.com](https://phosphoricons.com/?q="images-square")
 */
export declare function PhImagesSquare(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name infinity  
 * @categories technology & development, finances  
 * @since 1.2
 * @see [See "infinity" on phosphoricons.com](https://phosphoricons.com/?q="infinity")
 */
export declare function PhInfinity(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name info  
 * @categories system  
 * @since 1
 * @see [See "info" on phosphoricons.com](https://phosphoricons.com/?q="info")
 */
export declare function PhInfo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name instagram-logo  
 * @categories brands, communications  
 * @since 1
 * @see [See "instagram-logo" on phosphoricons.com](https://phosphoricons.com/?q="instagram-logo")
 */
export declare function PhInstagramLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name intersect  
 * @categories design, editor  
 * @since 1
 * @see [See "intersect" on phosphoricons.com](https://phosphoricons.com/?q="intersect")
 */
export declare function PhIntersect(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name intersect-square  
 * @categories design, editor  
 * @since 2
 * @see [See "intersect-square" on phosphoricons.com](https://phosphoricons.com/?q="intersect-square")
 */
export declare function PhIntersectSquare(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name intersect-three  
 * @categories people, design, editor  
 * @since 2
 * @see [See "intersect-three" on phosphoricons.com](https://phosphoricons.com/?q="intersect-three")
 */
export declare function PhIntersectThree(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name intersection  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "intersection" on phosphoricons.com](https://phosphoricons.com/?q="intersection")
 */
export declare function PhIntersection(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name invoice  
 * @categories commerce, finances, office  
 * @since 2.1
 * @see [See "invoice" on phosphoricons.com](https://phosphoricons.com/?q="invoice")
 */
export declare function PhInvoice(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name island  
 * @categories maps & travel, nature  
 * @since 2.1
 * @see [See "island" on phosphoricons.com](https://phosphoricons.com/?q="island")
 */
export declare function PhIsland(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name jar  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "jar" on phosphoricons.com](https://phosphoricons.com/?q="jar")
 */
export declare function PhJar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name jar-label  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "jar-label" on phosphoricons.com](https://phosphoricons.com/?q="jar-label")
 */
export declare function PhJarLabel(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name jeep  
 * @categories maps & travel, objects  
 * @since 1
 * @see [See "jeep" on phosphoricons.com](https://phosphoricons.com/?q="jeep")
 */
export declare function PhJeep(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name joystick  
 * @categories games, media, objects  
 * @since 2.1
 * @see [See "joystick" on phosphoricons.com](https://phosphoricons.com/?q="joystick")
 */
export declare function PhJoystick(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name kanban  
 * @categories office  
 * @since 1.4
 * @see [See "kanban" on phosphoricons.com](https://phosphoricons.com/?q="kanban")
 */
export declare function PhKanban(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name key  
 * @categories objects, system  
 * @since 1
 * @see [See "key" on phosphoricons.com](https://phosphoricons.com/?q="key")
 */
export declare function PhKey(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name key-return  
 * @categories system  
 * @since 1.3
 * @see [See "key-return" on phosphoricons.com](https://phosphoricons.com/?q="key-return")
 */
export declare function PhKeyReturn(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name keyboard  
 * @categories system  
 * @since 1
 * @see [See "keyboard" on phosphoricons.com](https://phosphoricons.com/?q="keyboard")
 */
export declare function PhKeyboard(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name keyhole  
 * @categories objects, system  
 * @since 1.4
 * @see [See "keyhole" on phosphoricons.com](https://phosphoricons.com/?q="keyhole")
 */
export declare function PhKeyhole(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name knife  
 * @categories commerce, objects  
 * @since 1.2
 * @see [See "knife" on phosphoricons.com](https://phosphoricons.com/?q="knife")
 */
export declare function PhKnife(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name ladder  
 * @categories objects  
 * @since 1.4
 * @see [See "ladder" on phosphoricons.com](https://phosphoricons.com/?q="ladder")
 */
export declare function PhLadder(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name ladder-simple  
 * @categories objects  
 * @since 1.4
 * @see [See "ladder-simple" on phosphoricons.com](https://phosphoricons.com/?q="ladder-simple")
 */
export declare function PhLadderSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lamp  
 * @categories objects, commerce  
 * @since 1.2
 * @see [See "lamp" on phosphoricons.com](https://phosphoricons.com/?q="lamp")
 */
export declare function PhLamp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lamp-pendant  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "lamp-pendant" on phosphoricons.com](https://phosphoricons.com/?q="lamp-pendant")
 */
export declare function PhLampPendant(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name laptop  
 * @categories technology & development, objects  
 * @since 1.1
 * @see [See "laptop" on phosphoricons.com](https://phosphoricons.com/?q="laptop")
 */
export declare function PhLaptop(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lasso  
 * @categories design, objects  
 * @since 2.1
 * @see [See "lasso" on phosphoricons.com](https://phosphoricons.com/?q="lasso")
 */
export declare function PhLasso(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lastfm-logo  
 * @categories brands, media  
 * @since 2.1
 * @see [See "lastfm-logo" on phosphoricons.com](https://phosphoricons.com/?q="lastfm-logo")
 */
export declare function PhLastfmLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name layout  
 * @categories design, editor  
 * @since 1.3
 * @see [See "layout" on phosphoricons.com](https://phosphoricons.com/?q="layout")
 */
export declare function PhLayout(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name leaf  
 * @categories nature  
 * @since 1
 * @see [See "leaf" on phosphoricons.com](https://phosphoricons.com/?q="leaf")
 */
export declare function PhLeaf(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lectern  
 * @categories objects, finances, office  
 * @since 2.1
 * @see [See "lectern" on phosphoricons.com](https://phosphoricons.com/?q="lectern")
 */
export declare function PhLectern(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lego  
 * @categories games  
 * @since 2.1
 * @see [See "lego" on phosphoricons.com](https://phosphoricons.com/?q="lego")
 */
export declare function PhLego(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lego-smiley  
 * @categories games, communications, people  
 * @since 2.1
 * @see [See "lego-smiley" on phosphoricons.com](https://phosphoricons.com/?q="lego-smiley")
 */
export declare function PhLegoSmiley(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name less-than  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "less-than" on phosphoricons.com](https://phosphoricons.com/?q="less-than")
 */
export declare function PhLessThan(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name less-than-or-equal  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "less-than-or-equal" on phosphoricons.com](https://phosphoricons.com/?q="less-than-or-equal")
 */
export declare function PhLessThanOrEqual(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name letter-circle-h  
 * @categories editor, maps & travel, design  
 * @since 2.1
 * @see [See "letter-circle-h" on phosphoricons.com](https://phosphoricons.com/?q="letter-circle-h")
 */
export declare function PhLetterCircleH(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name letter-circle-p  
 * @categories editor, maps & travel, design  
 * @since 2.1
 * @see [See "letter-circle-p" on phosphoricons.com](https://phosphoricons.com/?q="letter-circle-p")
 */
export declare function PhLetterCircleP(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name letter-circle-v  
 * @categories editor, design, commerce  
 * @since 2.1
 * @see [See "letter-circle-v" on phosphoricons.com](https://phosphoricons.com/?q="letter-circle-v")
 */
export declare function PhLetterCircleV(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lifebuoy  
 * @categories health & wellness, objects, system  
 * @since 1.2
 * @see [See "lifebuoy" on phosphoricons.com](https://phosphoricons.com/?q="lifebuoy")
 */
export declare function PhLifebuoy(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lightbulb  
 * @categories system, objects  
 * @since 1
 * @see [See "lightbulb" on phosphoricons.com](https://phosphoricons.com/?q="lightbulb")
 */
export declare function PhLightbulb(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lightbulb-filament  
 * @categories system, objects  
 * @since 1.2
 * @see [See "lightbulb-filament" on phosphoricons.com](https://phosphoricons.com/?q="lightbulb-filament")
 */
export declare function PhLightbulbFilament(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lighthouse  
 * @categories maps & travel  
 * @since 2
 * @see [See "lighthouse" on phosphoricons.com](https://phosphoricons.com/?q="lighthouse")
 */
export declare function PhLighthouse(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lightning  
 * @categories weather, system  
 * @since 1
 * @see [See "lightning" on phosphoricons.com](https://phosphoricons.com/?q="lightning")
 */
export declare function PhLightning(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lightning-a  
 * @categories system  
 * @since 2
 * @see [See "lightning-a" on phosphoricons.com](https://phosphoricons.com/?q="lightning-a")
 */
export declare function PhLightningA(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lightning-slash  
 * @categories system  
 * @since 1
 * @see [See "lightning-slash" on phosphoricons.com](https://phosphoricons.com/?q="lightning-slash")
 */
export declare function PhLightningSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name line-segment  
 * @categories design  
 * @since 1.3
 * @see [See "line-segment" on phosphoricons.com](https://phosphoricons.com/?q="line-segment")
 */
export declare function PhLineSegment(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name line-segments  
 * @categories design  
 * @since 1.3
 * @see [See "line-segments" on phosphoricons.com](https://phosphoricons.com/?q="line-segments")
 */
export declare function PhLineSegments(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name line-vertical  
 * @categories design, technology & development  
 * @since 2.1
 * @see [See "line-vertical" on phosphoricons.com](https://phosphoricons.com/?q="line-vertical")
 */
export declare function PhLineVertical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name link  
 * @categories communications, objects  
 * @since 1
 * @see [See "link" on phosphoricons.com](https://phosphoricons.com/?q="link")
 */
export declare function PhLink(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name link-break  
 * @categories communications, objects  
 * @since 1
 * @see [See "link-break" on phosphoricons.com](https://phosphoricons.com/?q="link-break")
 */
export declare function PhLinkBreak(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name link-simple  
 * @categories communications, objects  
 * @since 1
 * @see [See "link-simple" on phosphoricons.com](https://phosphoricons.com/?q="link-simple")
 */
export declare function PhLinkSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name link-simple-break  
 * @categories communications, objects  
 * @since 1
 * @see [See "link-simple-break" on phosphoricons.com](https://phosphoricons.com/?q="link-simple-break")
 */
export declare function PhLinkSimpleBreak(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name link-simple-horizontal  
 * @categories communications, objects  
 * @since 1
 * @see [See "link-simple-horizontal" on phosphoricons.com](https://phosphoricons.com/?q="link-simple-horizontal")
 */
export declare function PhLinkSimpleHorizontal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name link-simple-horizontal-break  
 * @categories communications, objects  
 * @since 1
 * @see [See "link-simple-horizontal-break" on phosphoricons.com](https://phosphoricons.com/?q="link-simple-horizontal-break")
 */
export declare function PhLinkSimpleHorizontalBreak(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name linkedin-logo  
 * @categories brands, communications  
 * @since 1
 * @see [See "linkedin-logo" on phosphoricons.com](https://phosphoricons.com/?q="linkedin-logo")
 */
export declare function PhLinkedinLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name linktree-logo  
 * @categories brands, communications  
 * @since 2.1
 * @see [See "linktree-logo" on phosphoricons.com](https://phosphoricons.com/?q="linktree-logo")
 */
export declare function PhLinktreeLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name linux-logo  
 * @categories brands, technology & development  
 * @since 1.4
 * @see [See "linux-logo" on phosphoricons.com](https://phosphoricons.com/?q="linux-logo")
 */
export declare function PhLinuxLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name list  
 * @categories system, editor  
 * @since 1
 * @see [See "list" on phosphoricons.com](https://phosphoricons.com/?q="list")
 */
export declare function PhList(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name list-bullets  
 * @categories editor  
 * @since 1
 * @see [See "list-bullets" on phosphoricons.com](https://phosphoricons.com/?q="list-bullets")
 */
export declare function PhListBullets(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name list-checks  
 * @categories office, editor  
 * @since 1.4
 * @see [See "list-checks" on phosphoricons.com](https://phosphoricons.com/?q="list-checks")
 */
export declare function PhListChecks(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name list-dashes  
 * @categories editor  
 * @since 1
 * @see [See "list-dashes" on phosphoricons.com](https://phosphoricons.com/?q="list-dashes")
 */
export declare function PhListDashes(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name list-heart  
 * @categories editor, system  
 * @since 2.1
 * @see [See "list-heart" on phosphoricons.com](https://phosphoricons.com/?q="list-heart")
 */
export declare function PhListHeart(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name list-magnifying-glass  
 * @categories editor, system  
 * @since 2
 * @see [See "list-magnifying-glass" on phosphoricons.com](https://phosphoricons.com/?q="list-magnifying-glass")
 */
export declare function PhListMagnifyingGlass(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name list-numbers  
 * @categories editor  
 * @since 1
 * @see [See "list-numbers" on phosphoricons.com](https://phosphoricons.com/?q="list-numbers")
 */
export declare function PhListNumbers(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name list-plus  
 * @categories editor  
 * @since 1
 * @see [See "list-plus" on phosphoricons.com](https://phosphoricons.com/?q="list-plus")
 */
export declare function PhListPlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name list-star  
 * @categories editor, system  
 * @since 2.1
 * @see [See "list-star" on phosphoricons.com](https://phosphoricons.com/?q="list-star")
 */
export declare function PhListStar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lock  
 * @categories objects, system  
 * @since 1
 * @see [See "lock" on phosphoricons.com](https://phosphoricons.com/?q="lock")
 */
export declare function PhLock(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lock-key  
 * @categories objects, system  
 * @since 1
 * @see [See "lock-key" on phosphoricons.com](https://phosphoricons.com/?q="lock-key")
 */
export declare function PhLockKey(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lock-key-open  
 * @categories objects, system  
 * @since 1
 * @see [See "lock-key-open" on phosphoricons.com](https://phosphoricons.com/?q="lock-key-open")
 */
export declare function PhLockKeyOpen(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lock-laminated  
 * @categories objects, system  
 * @since 1
 * @see [See "lock-laminated" on phosphoricons.com](https://phosphoricons.com/?q="lock-laminated")
 */
export declare function PhLockLaminated(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lock-laminated-open  
 * @categories objects, system  
 * @since 1
 * @see [See "lock-laminated-open" on phosphoricons.com](https://phosphoricons.com/?q="lock-laminated-open")
 */
export declare function PhLockLaminatedOpen(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lock-open  
 * @categories objects, system  
 * @since 1
 * @see [See "lock-open" on phosphoricons.com](https://phosphoricons.com/?q="lock-open")
 */
export declare function PhLockOpen(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lock-simple  
 * @categories objects, system  
 * @since 1
 * @see [See "lock-simple" on phosphoricons.com](https://phosphoricons.com/?q="lock-simple")
 */
export declare function PhLockSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lock-simple-open  
 * @categories objects, system  
 * @since 1
 * @see [See "lock-simple-open" on phosphoricons.com](https://phosphoricons.com/?q="lock-simple-open")
 */
export declare function PhLockSimpleOpen(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name lockers  
 * @categories maps & travel  
 * @since 2
 * @see [See "lockers" on phosphoricons.com](https://phosphoricons.com/?q="lockers")
 */
export declare function PhLockers(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name log  
 * @categories nature  
 * @since 2.1
 * @see [See "log" on phosphoricons.com](https://phosphoricons.com/?q="log")
 */
export declare function PhLog(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name magic-wand  
 * @categories design, games, objects  
 * @since 1.3
 * @see [See "magic-wand" on phosphoricons.com](https://phosphoricons.com/?q="magic-wand")
 */
export declare function PhMagicWand(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name magnet  
 * @categories technology & development, objects  
 * @since 1.2
 * @see [See "magnet" on phosphoricons.com](https://phosphoricons.com/?q="magnet")
 */
export declare function PhMagnet(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name magnet-straight  
 * @categories technology & development, objects  
 * @since 1.2
 * @see [See "magnet-straight" on phosphoricons.com](https://phosphoricons.com/?q="magnet-straight")
 */
export declare function PhMagnetStraight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name magnifying-glass  
 * @categories editor, system  
 * @since 1
 * @see [See "magnifying-glass" on phosphoricons.com](https://phosphoricons.com/?q="magnifying-glass")
 */
export declare function PhMagnifyingGlass(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name magnifying-glass-minus  
 * @categories editor, system  
 * @since 1
 * @see [See "magnifying-glass-minus" on phosphoricons.com](https://phosphoricons.com/?q="magnifying-glass-minus")
 */
export declare function PhMagnifyingGlassMinus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name magnifying-glass-plus  
 * @categories editor, system  
 * @since 1
 * @see [See "magnifying-glass-plus" on phosphoricons.com](https://phosphoricons.com/?q="magnifying-glass-plus")
 */
export declare function PhMagnifyingGlassPlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name mailbox  
 * @categories communications, objects, maps & travel  
 * @since 2.1
 * @see [See "mailbox" on phosphoricons.com](https://phosphoricons.com/?q="mailbox")
 */
export declare function PhMailbox(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name map-pin  
 * @categories maps & travel  
 * @since 1
 * @see [See "map-pin" on phosphoricons.com](https://phosphoricons.com/?q="map-pin")
 */
export declare function PhMapPin(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name map-pin-area  
 * @categories maps & travel  
 * @since 2.1
 * @see [See "map-pin-area" on phosphoricons.com](https://phosphoricons.com/?q="map-pin-area")
 */
export declare function PhMapPinArea(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name map-pin-line  
 * @categories maps & travel  
 * @since 1
 * @see [See "map-pin-line" on phosphoricons.com](https://phosphoricons.com/?q="map-pin-line")
 */
export declare function PhMapPinLine(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name map-pin-plus  
 * @categories maps & travel  
 * @since 2.1
 * @see [See "map-pin-plus" on phosphoricons.com](https://phosphoricons.com/?q="map-pin-plus")
 */
export declare function PhMapPinPlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name map-pin-simple  
 * @categories maps & travel  
 * @since 2.1
 * @see [See "map-pin-simple" on phosphoricons.com](https://phosphoricons.com/?q="map-pin-simple")
 */
export declare function PhMapPinSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name map-pin-simple-area  
 * @categories maps & travel  
 * @since 2.1
 * @see [See "map-pin-simple-area" on phosphoricons.com](https://phosphoricons.com/?q="map-pin-simple-area")
 */
export declare function PhMapPinSimpleArea(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name map-pin-simple-line  
 * @categories maps & travel  
 * @since 2.1
 * @see [See "map-pin-simple-line" on phosphoricons.com](https://phosphoricons.com/?q="map-pin-simple-line")
 */
export declare function PhMapPinSimpleLine(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name map-trifold  
 * @categories maps & travel  
 * @since 1
 * @see [See "map-trifold" on phosphoricons.com](https://phosphoricons.com/?q="map-trifold")
 */
export declare function PhMapTrifold(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name markdown-logo  
 * @categories technology & development, office, media, brands  
 * @since 2.1
 * @see [See "markdown-logo" on phosphoricons.com](https://phosphoricons.com/?q="markdown-logo")
 */
export declare function PhMarkdownLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name marker-circle  
 * @categories design, editor, office  
 * @since 1.2
 * @see [See "marker-circle" on phosphoricons.com](https://phosphoricons.com/?q="marker-circle")
 */
export declare function PhMarkerCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name martini  
 * @categories commerce, maps & travel, objects  
 * @since 1
 * @see [See "martini" on phosphoricons.com](https://phosphoricons.com/?q="martini")
 */
export declare function PhMartini(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name mask-happy  
 * @categories communications, games  
 * @since 1.4
 * @see [See "mask-happy" on phosphoricons.com](https://phosphoricons.com/?q="mask-happy")
 */
export declare function PhMaskHappy(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name mask-sad  
 * @categories communications, games  
 * @since 1.4
 * @see [See "mask-sad" on phosphoricons.com](https://phosphoricons.com/?q="mask-sad")
 */
export declare function PhMaskSad(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name mastodon-logo  
 * @categories brands, communications  
 * @since 2.1
 * @see [See "mastodon-logo" on phosphoricons.com](https://phosphoricons.com/?q="mastodon-logo")
 */
export declare function PhMastodonLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name math-operations  
 * @categories technology & development, finances  
 * @since 1
 * @see [See "math-operations" on phosphoricons.com](https://phosphoricons.com/?q="math-operations")
 */
export declare function PhMathOperations(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name matrix-logo  
 * @categories brands, communications  
 * @since 2.1
 * @see [See "matrix-logo" on phosphoricons.com](https://phosphoricons.com/?q="matrix-logo")
 */
export declare function PhMatrixLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name medal  
 * @categories objects, games  
 * @since 1
 * @see [See "medal" on phosphoricons.com](https://phosphoricons.com/?q="medal")
 */
export declare function PhMedal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name medal-military  
 * @categories objects, games  
 * @since 2
 * @see [See "medal-military" on phosphoricons.com](https://phosphoricons.com/?q="medal-military")
 */
export declare function PhMedalMilitary(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name medium-logo  
 * @categories brands  
 * @since 1
 * @see [See "medium-logo" on phosphoricons.com](https://phosphoricons.com/?q="medium-logo")
 */
export declare function PhMediumLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name megaphone  
 * @categories communications, objects  
 * @since 1
 * @see [See "megaphone" on phosphoricons.com](https://phosphoricons.com/?q="megaphone")
 */
export declare function PhMegaphone(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name megaphone-simple  
 * @categories communications, objects  
 * @since 1.2
 * @see [See "megaphone-simple" on phosphoricons.com](https://phosphoricons.com/?q="megaphone-simple")
 */
export declare function PhMegaphoneSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name member-of  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "member-of" on phosphoricons.com](https://phosphoricons.com/?q="member-of")
 */
export declare function PhMemberOf(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name memory  
 * @categories technology & development  
 * @since 2.1
 * @see [See "memory" on phosphoricons.com](https://phosphoricons.com/?q="memory")
 */
export declare function PhMemory(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name messenger-logo  
 * @categories brands, communications  
 * @since 1.3
 * @see [See "messenger-logo" on phosphoricons.com](https://phosphoricons.com/?q="messenger-logo")
 */
export declare function PhMessengerLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name meta-logo  
 * @categories brands  
 * @since 2
 * @see [See "meta-logo" on phosphoricons.com](https://phosphoricons.com/?q="meta-logo")
 */
export declare function PhMetaLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name meteor  
 * @categories weather, nature  
 * @since 2.1
 * @see [See "meteor" on phosphoricons.com](https://phosphoricons.com/?q="meteor")
 */
export declare function PhMeteor(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name metronome  
 * @categories objects, media  
 * @since 2
 * @see [See "metronome" on phosphoricons.com](https://phosphoricons.com/?q="metronome")
 */
export declare function PhMetronome(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name microphone  
 * @categories communications, media, system  
 * @since 1
 * @see [See "microphone" on phosphoricons.com](https://phosphoricons.com/?q="microphone")
 */
export declare function PhMicrophone(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name microphone-slash  
 * @categories communications, media, system  
 * @since 1
 * @see [See "microphone-slash" on phosphoricons.com](https://phosphoricons.com/?q="microphone-slash")
 */
export declare function PhMicrophoneSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name microphone-stage  
 * @categories communications, media, system  
 * @since 1.4
 * @see [See "microphone-stage" on phosphoricons.com](https://phosphoricons.com/?q="microphone-stage")
 */
export declare function PhMicrophoneStage(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name microscope  
 * @categories nature, technology & development, objects, health & wellness  
 * @since 2.1
 * @see [See "microscope" on phosphoricons.com](https://phosphoricons.com/?q="microscope")
 */
export declare function PhMicroscope(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name microsoft-excel-logo  
 * @categories brands, office  
 * @since 1.4
 * @see [See "microsoft-excel-logo" on phosphoricons.com](https://phosphoricons.com/?q="microsoft-excel-logo")
 */
export declare function PhMicrosoftExcelLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name microsoft-outlook-logo  
 * @categories brands, communications, office  
 * @since 2
 * @see [See "microsoft-outlook-logo" on phosphoricons.com](https://phosphoricons.com/?q="microsoft-outlook-logo")
 */
export declare function PhMicrosoftOutlookLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name microsoft-powerpoint-logo  
 * @categories brands, office  
 * @since 1.4
 * @see [See "microsoft-powerpoint-logo" on phosphoricons.com](https://phosphoricons.com/?q="microsoft-powerpoint-logo")
 */
export declare function PhMicrosoftPowerpointLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name microsoft-teams-logo  
 * @categories brands, communications  
 * @since 1.4
 * @see [See "microsoft-teams-logo" on phosphoricons.com](https://phosphoricons.com/?q="microsoft-teams-logo")
 */
export declare function PhMicrosoftTeamsLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name microsoft-word-logo  
 * @categories brands, editor, office  
 * @since 1.4
 * @see [See "microsoft-word-logo" on phosphoricons.com](https://phosphoricons.com/?q="microsoft-word-logo")
 */
export declare function PhMicrosoftWordLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name minus  
 * @categories technology & development, finances, system  
 * @since 1
 * @see [See "minus" on phosphoricons.com](https://phosphoricons.com/?q="minus")
 */
export declare function PhMinus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name minus-circle  
 * @categories technology & development, finances, system  
 * @since 1
 * @see [See "minus-circle" on phosphoricons.com](https://phosphoricons.com/?q="minus-circle")
 */
export declare function PhMinusCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name minus-square  
 * @categories finances, system  
 * @since 2
 * @see [See "minus-square" on phosphoricons.com](https://phosphoricons.com/?q="minus-square")
 */
export declare function PhMinusSquare(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name money  
 * @categories commerce, finances  
 * @since 1.1
 * @see [See "money" on phosphoricons.com](https://phosphoricons.com/?q="money")
 */
export declare function PhMoney(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name money-wavy  
 * @categories finances, commerce  
 * @since 2.1
 * @see [See "money-wavy" on phosphoricons.com](https://phosphoricons.com/?q="money-wavy")
 */
export declare function PhMoneyWavy(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name monitor  
 * @categories system  
 * @since 1
 * @see [See "monitor" on phosphoricons.com](https://phosphoricons.com/?q="monitor")
 */
export declare function PhMonitor(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name monitor-arrow-up  
 * @categories system, media  
 * @since 2.1
 * @see [See "monitor-arrow-up" on phosphoricons.com](https://phosphoricons.com/?q="monitor-arrow-up")
 */
export declare function PhMonitorArrowUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name monitor-play  
 * @categories system, media  
 * @since 1.1
 * @see [See "monitor-play" on phosphoricons.com](https://phosphoricons.com/?q="monitor-play")
 */
export declare function PhMonitorPlay(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name moon  
 * @categories nature, system, weather  
 * @since 1
 * @see [See "moon" on phosphoricons.com](https://phosphoricons.com/?q="moon")
 */
export declare function PhMoon(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name moon-stars  
 * @categories nature, weather  
 * @since 1.1
 * @see [See "moon-stars" on phosphoricons.com](https://phosphoricons.com/?q="moon-stars")
 */
export declare function PhMoonStars(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name moped  
 * @categories maps & travel, objects  
 * @since 2
 * @see [See "moped" on phosphoricons.com](https://phosphoricons.com/?q="moped")
 */
export declare function PhMoped(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name moped-front  
 * @categories maps & travel, objects  
 * @since 2
 * @see [See "moped-front" on phosphoricons.com](https://phosphoricons.com/?q="moped-front")
 */
export declare function PhMopedFront(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name mosque  
 * @categories maps & travel  
 * @since 2
 * @see [See "mosque" on phosphoricons.com](https://phosphoricons.com/?q="mosque")
 */
export declare function PhMosque(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name motorcycle  
 * @categories maps & travel, objects  
 * @since 2
 * @see [See "motorcycle" on phosphoricons.com](https://phosphoricons.com/?q="motorcycle")
 */
export declare function PhMotorcycle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name mountains  
 * @categories nature, maps & travel  
 * @since 1.4
 * @see [See "mountains" on phosphoricons.com](https://phosphoricons.com/?q="mountains")
 */
export declare function PhMountains(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name mouse  
 * @categories system  
 * @since 1
 * @see [See "mouse" on phosphoricons.com](https://phosphoricons.com/?q="mouse")
 */
export declare function PhMouse(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name mouse-left-click  
 * @categories system  
 * @since 2.1
 * @see [See "mouse-left-click" on phosphoricons.com](https://phosphoricons.com/?q="mouse-left-click")
 */
export declare function PhMouseLeftClick(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name mouse-middle-click  
 * @categories system  
 * @since 2.1
 * @see [See "mouse-middle-click" on phosphoricons.com](https://phosphoricons.com/?q="mouse-middle-click")
 */
export declare function PhMouseMiddleClick(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name mouse-right-click  
 * @categories system  
 * @since 2.1
 * @see [See "mouse-right-click" on phosphoricons.com](https://phosphoricons.com/?q="mouse-right-click")
 */
export declare function PhMouseRightClick(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name mouse-scroll  
 * @categories system  
 * @since 2.1
 * @see [See "mouse-scroll" on phosphoricons.com](https://phosphoricons.com/?q="mouse-scroll")
 */
export declare function PhMouseScroll(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name mouse-simple  
 * @categories system  
 * @since 1.2
 * @see [See "mouse-simple" on phosphoricons.com](https://phosphoricons.com/?q="mouse-simple")
 */
export declare function PhMouseSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name music-note  
 * @categories media  
 * @since 1
 * @see [See "music-note" on phosphoricons.com](https://phosphoricons.com/?q="music-note")
 */
export declare function PhMusicNote(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name music-note-simple  
 * @categories media  
 * @since 1
 * @see [See "music-note-simple" on phosphoricons.com](https://phosphoricons.com/?q="music-note-simple")
 */
export declare function PhMusicNoteSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name music-notes  
 * @categories media  
 * @since 1
 * @see [See "music-notes" on phosphoricons.com](https://phosphoricons.com/?q="music-notes")
 */
export declare function PhMusicNotes(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name music-notes-minus  
 * @categories media  
 * @since 2.1
 * @see [See "music-notes-minus" on phosphoricons.com](https://phosphoricons.com/?q="music-notes-minus")
 */
export declare function PhMusicNotesMinus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name music-notes-plus  
 * @categories media  
 * @since 1.4
 * @see [See "music-notes-plus" on phosphoricons.com](https://phosphoricons.com/?q="music-notes-plus")
 */
export declare function PhMusicNotesPlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name music-notes-simple  
 * @categories media  
 * @since 1
 * @see [See "music-notes-simple" on phosphoricons.com](https://phosphoricons.com/?q="music-notes-simple")
 */
export declare function PhMusicNotesSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name navigation-arrow  
 * @categories maps & travel  
 * @since 1.1
 * @see [See "navigation-arrow" on phosphoricons.com](https://phosphoricons.com/?q="navigation-arrow")
 */
export declare function PhNavigationArrow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name needle  
 * @categories objects, commerce  
 * @since 1.4
 * @see [See "needle" on phosphoricons.com](https://phosphoricons.com/?q="needle")
 */
export declare function PhNeedle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name network  
 * @categories system  
 * @since 2.1
 * @see [See "network" on phosphoricons.com](https://phosphoricons.com/?q="network")
 */
export declare function PhNetwork(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name network-slash  
 * @categories system  
 * @since 2.1
 * @see [See "network-slash" on phosphoricons.com](https://phosphoricons.com/?q="network-slash")
 */
export declare function PhNetworkSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name network-x  
 * @categories system  
 * @since 2.1
 * @see [See "network-x" on phosphoricons.com](https://phosphoricons.com/?q="network-x")
 */
export declare function PhNetworkX(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name newspaper  
 * @categories media, objects  
 * @since 1
 * @see [See "newspaper" on phosphoricons.com](https://phosphoricons.com/?q="newspaper")
 */
export declare function PhNewspaper(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name newspaper-clipping  
 * @categories media, objects  
 * @since 1
 * @see [See "newspaper-clipping" on phosphoricons.com](https://phosphoricons.com/?q="newspaper-clipping")
 */
export declare function PhNewspaperClipping(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name not-equals  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "not-equals" on phosphoricons.com](https://phosphoricons.com/?q="not-equals")
 */
export declare function PhNotEquals(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name not-member-of  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "not-member-of" on phosphoricons.com](https://phosphoricons.com/?q="not-member-of")
 */
export declare function PhNotMemberOf(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name not-subset-of  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "not-subset-of" on phosphoricons.com](https://phosphoricons.com/?q="not-subset-of")
 */
export declare function PhNotSubsetOf(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name not-superset-of  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "not-superset-of" on phosphoricons.com](https://phosphoricons.com/?q="not-superset-of")
 */
export declare function PhNotSupersetOf(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name notches  
 * @categories system, editor  
 * @since 2
 * @see [See "notches" on phosphoricons.com](https://phosphoricons.com/?q="notches")
 */
export declare function PhNotches(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name note  
 * @categories office, editor  
 * @since 1
 * @see [See "note" on phosphoricons.com](https://phosphoricons.com/?q="note")
 */
export declare function PhNote(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name note-blank  
 * @categories office, editor  
 * @since 1
 * @see [See "note-blank" on phosphoricons.com](https://phosphoricons.com/?q="note-blank")
 */
export declare function PhNoteBlank(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name note-pencil  
 * @categories office, editor  
 * @since 1
 * @see [See "note-pencil" on phosphoricons.com](https://phosphoricons.com/?q="note-pencil")
 */
export declare function PhNotePencil(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name notebook  
 * @categories office, editor  
 * @since 1
 * @see [See "notebook" on phosphoricons.com](https://phosphoricons.com/?q="notebook")
 */
export declare function PhNotebook(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name notepad  
 * @categories office, editor  
 * @since 1.2
 * @see [See "notepad" on phosphoricons.com](https://phosphoricons.com/?q="notepad")
 */
export declare function PhNotepad(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name notification  
 * @categories system  
 * @since 1.3
 * @see [See "notification" on phosphoricons.com](https://phosphoricons.com/?q="notification")
 */
export declare function PhNotification(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name notion-logo  
 * @categories brands  
 * @since 2
 * @see [See "notion-logo" on phosphoricons.com](https://phosphoricons.com/?q="notion-logo")
 */
export declare function PhNotionLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name nuclear-plant  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "nuclear-plant" on phosphoricons.com](https://phosphoricons.com/?q="nuclear-plant")
 */
export declare function PhNuclearPlant(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-circle-eight  
 * @categories finances  
 * @since 1
 * @see [See "number-circle-eight" on phosphoricons.com](https://phosphoricons.com/?q="number-circle-eight")
 */
export declare function PhNumberCircleEight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-circle-five  
 * @categories finances  
 * @since 1
 * @see [See "number-circle-five" on phosphoricons.com](https://phosphoricons.com/?q="number-circle-five")
 */
export declare function PhNumberCircleFive(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-circle-four  
 * @categories finances  
 * @since 1
 * @see [See "number-circle-four" on phosphoricons.com](https://phosphoricons.com/?q="number-circle-four")
 */
export declare function PhNumberCircleFour(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-circle-nine  
 * @categories finances  
 * @since 1
 * @see [See "number-circle-nine" on phosphoricons.com](https://phosphoricons.com/?q="number-circle-nine")
 */
export declare function PhNumberCircleNine(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-circle-one  
 * @categories finances  
 * @since 1
 * @see [See "number-circle-one" on phosphoricons.com](https://phosphoricons.com/?q="number-circle-one")
 */
export declare function PhNumberCircleOne(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-circle-seven  
 * @categories finances  
 * @since 1
 * @see [See "number-circle-seven" on phosphoricons.com](https://phosphoricons.com/?q="number-circle-seven")
 */
export declare function PhNumberCircleSeven(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-circle-six  
 * @categories finances  
 * @since 1
 * @see [See "number-circle-six" on phosphoricons.com](https://phosphoricons.com/?q="number-circle-six")
 */
export declare function PhNumberCircleSix(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-circle-three  
 * @categories finances  
 * @since 1
 * @see [See "number-circle-three" on phosphoricons.com](https://phosphoricons.com/?q="number-circle-three")
 */
export declare function PhNumberCircleThree(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-circle-two  
 * @categories finances  
 * @since 1
 * @see [See "number-circle-two" on phosphoricons.com](https://phosphoricons.com/?q="number-circle-two")
 */
export declare function PhNumberCircleTwo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-circle-zero  
 * @categories finances  
 * @since 1
 * @see [See "number-circle-zero" on phosphoricons.com](https://phosphoricons.com/?q="number-circle-zero")
 */
export declare function PhNumberCircleZero(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-eight  
 * @categories finances  
 * @since 1
 * @see [See "number-eight" on phosphoricons.com](https://phosphoricons.com/?q="number-eight")
 */
export declare function PhNumberEight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-five  
 * @categories finances  
 * @since 1
 * @see [See "number-five" on phosphoricons.com](https://phosphoricons.com/?q="number-five")
 */
export declare function PhNumberFive(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-four  
 * @categories finances  
 * @since 1
 * @see [See "number-four" on phosphoricons.com](https://phosphoricons.com/?q="number-four")
 */
export declare function PhNumberFour(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-nine  
 * @categories finances  
 * @since 1
 * @see [See "number-nine" on phosphoricons.com](https://phosphoricons.com/?q="number-nine")
 */
export declare function PhNumberNine(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-one  
 * @categories finances  
 * @since 1
 * @see [See "number-one" on phosphoricons.com](https://phosphoricons.com/?q="number-one")
 */
export declare function PhNumberOne(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-seven  
 * @categories finances  
 * @since 1
 * @see [See "number-seven" on phosphoricons.com](https://phosphoricons.com/?q="number-seven")
 */
export declare function PhNumberSeven(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-six  
 * @categories finances  
 * @since 1
 * @see [See "number-six" on phosphoricons.com](https://phosphoricons.com/?q="number-six")
 */
export declare function PhNumberSix(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-square-eight  
 * @categories finances  
 * @since 1
 * @see [See "number-square-eight" on phosphoricons.com](https://phosphoricons.com/?q="number-square-eight")
 */
export declare function PhNumberSquareEight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-square-five  
 * @categories finances  
 * @since 1
 * @see [See "number-square-five" on phosphoricons.com](https://phosphoricons.com/?q="number-square-five")
 */
export declare function PhNumberSquareFive(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-square-four  
 * @categories finances  
 * @since 1
 * @see [See "number-square-four" on phosphoricons.com](https://phosphoricons.com/?q="number-square-four")
 */
export declare function PhNumberSquareFour(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-square-nine  
 * @categories finances  
 * @since 1
 * @see [See "number-square-nine" on phosphoricons.com](https://phosphoricons.com/?q="number-square-nine")
 */
export declare function PhNumberSquareNine(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-square-one  
 * @categories finances  
 * @since 1
 * @see [See "number-square-one" on phosphoricons.com](https://phosphoricons.com/?q="number-square-one")
 */
export declare function PhNumberSquareOne(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-square-seven  
 * @categories finances  
 * @since 1
 * @see [See "number-square-seven" on phosphoricons.com](https://phosphoricons.com/?q="number-square-seven")
 */
export declare function PhNumberSquareSeven(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-square-six  
 * @categories finances  
 * @since 1
 * @see [See "number-square-six" on phosphoricons.com](https://phosphoricons.com/?q="number-square-six")
 */
export declare function PhNumberSquareSix(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-square-three  
 * @categories finances  
 * @since 1
 * @see [See "number-square-three" on phosphoricons.com](https://phosphoricons.com/?q="number-square-three")
 */
export declare function PhNumberSquareThree(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-square-two  
 * @categories finances  
 * @since 1
 * @see [See "number-square-two" on phosphoricons.com](https://phosphoricons.com/?q="number-square-two")
 */
export declare function PhNumberSquareTwo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-square-zero  
 * @categories finances  
 * @since 1
 * @see [See "number-square-zero" on phosphoricons.com](https://phosphoricons.com/?q="number-square-zero")
 */
export declare function PhNumberSquareZero(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-three  
 * @categories finances  
 * @since 1
 * @see [See "number-three" on phosphoricons.com](https://phosphoricons.com/?q="number-three")
 */
export declare function PhNumberThree(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-two  
 * @categories finances  
 * @since 1
 * @see [See "number-two" on phosphoricons.com](https://phosphoricons.com/?q="number-two")
 */
export declare function PhNumberTwo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name number-zero  
 * @categories finances  
 * @since 1
 * @see [See "number-zero" on phosphoricons.com](https://phosphoricons.com/?q="number-zero")
 */
export declare function PhNumberZero(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name numpad  
 * @categories communications, system  
 * @since 2.1
 * @see [See "numpad" on phosphoricons.com](https://phosphoricons.com/?q="numpad")
 */
export declare function PhNumpad(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name nut  
 * @categories objects, system  
 * @since 1
 * @see [See "nut" on phosphoricons.com](https://phosphoricons.com/?q="nut")
 */
export declare function PhNut(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name ny-times-logo  
 * @categories brands  
 * @since 1.2
 * @see [See "ny-times-logo" on phosphoricons.com](https://phosphoricons.com/?q="ny-times-logo")
 */
export declare function PhNyTimesLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name octagon  
 * @categories design  
 * @since 1
 * @see [See "octagon" on phosphoricons.com](https://phosphoricons.com/?q="octagon")
 */
export declare function PhOctagon(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name office-chair  
 * @categories objects, commerce  
 * @since 2
 * @see [See "office-chair" on phosphoricons.com](https://phosphoricons.com/?q="office-chair")
 */
export declare function PhOfficeChair(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name onigiri  
 * @categories commerce, maps & travel  
 * @since 2.1
 * @see [See "onigiri" on phosphoricons.com](https://phosphoricons.com/?q="onigiri")
 */
export declare function PhOnigiri(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name open-ai-logo  
 * @categories technology & development, brands  
 * @since 2.1
 * @see [See "open-ai-logo" on phosphoricons.com](https://phosphoricons.com/?q="open-ai-logo")
 */
export declare function PhOpenAiLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name option  
 * @categories system, editor  
 * @since 1.4
 * @see [See "option" on phosphoricons.com](https://phosphoricons.com/?q="option")
 */
export declare function PhOption(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name orange  
 * @categories commerce, nature  
 * @since 2.1
 * @see [See "orange" on phosphoricons.com](https://phosphoricons.com/?q="orange")
 */
export declare function PhOrange(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name orange-slice  
 * @categories maps & travel, commerce, nature  
 * @since 2
 * @see [See "orange-slice" on phosphoricons.com](https://phosphoricons.com/?q="orange-slice")
 */
export declare function PhOrangeSlice(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name oven  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "oven" on phosphoricons.com](https://phosphoricons.com/?q="oven")
 */
export declare function PhOven(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name package  
 * @categories technology & development, objects  
 * @since 1
 * @see [See "package" on phosphoricons.com](https://phosphoricons.com/?q="package")
 */
export declare function PhPackage(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name paint-brush  
 * @categories design, editor, objects  
 * @since 1.3
 * @see [See "paint-brush" on phosphoricons.com](https://phosphoricons.com/?q="paint-brush")
 */
export declare function PhPaintBrush(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name paint-brush-broad  
 * @categories design, editor, objects  
 * @since 1.1
 * @see [See "paint-brush-broad" on phosphoricons.com](https://phosphoricons.com/?q="paint-brush-broad")
 */
export declare function PhPaintBrushBroad(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name paint-brush-household  
 * @categories design, editor, objects  
 * @since 1.3
 * @see [See "paint-brush-household" on phosphoricons.com](https://phosphoricons.com/?q="paint-brush-household")
 */
export declare function PhPaintBrushHousehold(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name paint-bucket  
 * @categories design, editor, objects  
 * @since 1
 * @see [See "paint-bucket" on phosphoricons.com](https://phosphoricons.com/?q="paint-bucket")
 */
export declare function PhPaintBucket(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name paint-roller  
 * @categories design, editor, objects  
 * @since 1.3
 * @see [See "paint-roller" on phosphoricons.com](https://phosphoricons.com/?q="paint-roller")
 */
export declare function PhPaintRoller(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name palette  
 * @categories design, editor, objects  
 * @since 1.3
 * @see [See "palette" on phosphoricons.com](https://phosphoricons.com/?q="palette")
 */
export declare function PhPalette(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name panorama  
 * @categories media  
 * @since 2.1
 * @see [See "panorama" on phosphoricons.com](https://phosphoricons.com/?q="panorama")
 */
export declare function PhPanorama(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pants  
 * @categories commerce, objects  
 * @since 2
 * @see [See "pants" on phosphoricons.com](https://phosphoricons.com/?q="pants")
 */
export declare function PhPants(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name paper-plane  
 * @categories communications, maps & travel, objects  
 * @since 1
 * @see [See "paper-plane" on phosphoricons.com](https://phosphoricons.com/?q="paper-plane")
 */
export declare function PhPaperPlane(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name paper-plane-right  
 * @categories communications, maps & travel, objects  
 * @since 1
 * @see [See "paper-plane-right" on phosphoricons.com](https://phosphoricons.com/?q="paper-plane-right")
 */
export declare function PhPaperPlaneRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name paper-plane-tilt  
 * @categories communications, maps & travel, objects  
 * @since 1
 * @see [See "paper-plane-tilt" on phosphoricons.com](https://phosphoricons.com/?q="paper-plane-tilt")
 */
export declare function PhPaperPlaneTilt(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name paperclip  
 * @categories communications, editor, office, objects  
 * @since 1
 * @see [See "paperclip" on phosphoricons.com](https://phosphoricons.com/?q="paperclip")
 */
export declare function PhPaperclip(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name paperclip-horizontal  
 * @categories communications, editor, office, objects  
 * @since 1.1
 * @see [See "paperclip-horizontal" on phosphoricons.com](https://phosphoricons.com/?q="paperclip-horizontal")
 */
export declare function PhPaperclipHorizontal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name parachute  
 * @categories objects, technology & development  
 * @since 1.4
 * @see [See "parachute" on phosphoricons.com](https://phosphoricons.com/?q="parachute")
 */
export declare function PhParachute(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name paragraph  
 * @categories editor  
 * @since 2
 * @see [See "paragraph" on phosphoricons.com](https://phosphoricons.com/?q="paragraph")
 */
export declare function PhParagraph(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name parallelogram  
 * @categories brands, media, design  
 * @since 2
 * @see [See "parallelogram" on phosphoricons.com](https://phosphoricons.com/?q="parallelogram")
 */
export declare function PhParallelogram(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name park  
 * @categories maps & travel, nature  
 * @since 2
 * @see [See "park" on phosphoricons.com](https://phosphoricons.com/?q="park")
 */
export declare function PhPark(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name password  
 * @categories system  
 * @since 1.4
 * @see [See "password" on phosphoricons.com](https://phosphoricons.com/?q="password")
 */
export declare function PhPassword(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name path  
 * @categories design, maps & travel  
 * @since 1
 * @see [See "path" on phosphoricons.com](https://phosphoricons.com/?q="path")
 */
export declare function PhPath(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name patreon-logo  
 * @categories brands  
 * @since 2
 * @see [See "patreon-logo" on phosphoricons.com](https://phosphoricons.com/?q="patreon-logo")
 */
export declare function PhPatreonLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pause  
 * @categories media, system  
 * @since 1
 * @see [See "pause" on phosphoricons.com](https://phosphoricons.com/?q="pause")
 */
export declare function PhPause(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pause-circle  
 * @categories media, system  
 * @since 1
 * @see [See "pause-circle" on phosphoricons.com](https://phosphoricons.com/?q="pause-circle")
 */
export declare function PhPauseCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name paw-print  
 * @categories nature, commerce, health & wellness  
 * @since 1.2
 * @see [See "paw-print" on phosphoricons.com](https://phosphoricons.com/?q="paw-print")
 */
export declare function PhPawPrint(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name paypal-logo  
 * @categories brands, finances, commerce  
 * @since 2
 * @see [See "paypal-logo" on phosphoricons.com](https://phosphoricons.com/?q="paypal-logo")
 */
export declare function PhPaypalLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name peace  
 * @categories communications  
 * @since 1
 * @see [See "peace" on phosphoricons.com](https://phosphoricons.com/?q="peace")
 */
export declare function PhPeace(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pen  
 * @categories design, editor, office  
 * @since 1
 * @see [See "pen" on phosphoricons.com](https://phosphoricons.com/?q="pen")
 */
export declare function PhPen(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pen-nib  
 * @categories design, editor, office  
 * @since 1
 * @see [See "pen-nib" on phosphoricons.com](https://phosphoricons.com/?q="pen-nib")
 */
export declare function PhPenNib(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pen-nib-straight  
 * @categories design, editor, office  
 * @since 1.2
 * @see [See "pen-nib-straight" on phosphoricons.com](https://phosphoricons.com/?q="pen-nib-straight")
 */
export declare function PhPenNibStraight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pencil  
 * @categories design, editor, office  
 * @since 1
 * @see [See "pencil" on phosphoricons.com](https://phosphoricons.com/?q="pencil")
 */
export declare function PhPencil(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pencil-circle  
 * @categories design, editor, office  
 * @since 1
 * @see [See "pencil-circle" on phosphoricons.com](https://phosphoricons.com/?q="pencil-circle")
 */
export declare function PhPencilCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pencil-line  
 * @categories design, editor, office  
 * @since 1
 * @see [See "pencil-line" on phosphoricons.com](https://phosphoricons.com/?q="pencil-line")
 */
export declare function PhPencilLine(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pencil-ruler  
 * @categories design, editor, office  
 * @since 2.1
 * @see [See "pencil-ruler" on phosphoricons.com](https://phosphoricons.com/?q="pencil-ruler")
 */
export declare function PhPencilRuler(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pencil-simple  
 * @categories design, editor, office  
 * @since 1
 * @see [See "pencil-simple" on phosphoricons.com](https://phosphoricons.com/?q="pencil-simple")
 */
export declare function PhPencilSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pencil-simple-line  
 * @categories design, editor, office  
 * @since 1.4
 * @see [See "pencil-simple-line" on phosphoricons.com](https://phosphoricons.com/?q="pencil-simple-line")
 */
export declare function PhPencilSimpleLine(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pencil-simple-slash  
 * @categories design, editor, office  
 * @since 2
 * @see [See "pencil-simple-slash" on phosphoricons.com](https://phosphoricons.com/?q="pencil-simple-slash")
 */
export declare function PhPencilSimpleSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pencil-slash  
 * @categories design, editor, office  
 * @since 2
 * @see [See "pencil-slash" on phosphoricons.com](https://phosphoricons.com/?q="pencil-slash")
 */
export declare function PhPencilSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pentagon  
 * @categories design  
 * @since 2.1
 * @see [See "pentagon" on phosphoricons.com](https://phosphoricons.com/?q="pentagon")
 */
export declare function PhPentagon(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pentagram  
 * @categories games, design  
 * @since 2
 * @see [See "pentagram" on phosphoricons.com](https://phosphoricons.com/?q="pentagram")
 */
export declare function PhPentagram(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pepper  
 * @categories commerce, nature  
 * @since 2
 * @see [See "pepper" on phosphoricons.com](https://phosphoricons.com/?q="pepper")
 */
export declare function PhPepper(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name percent  
 * @categories technology & development, finances  
 * @since 1
 * @see [See "percent" on phosphoricons.com](https://phosphoricons.com/?q="percent")
 */
export declare function PhPercent(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name person  
 * @categories maps & travel, people  
 * @since 1
 * @see [See "person" on phosphoricons.com](https://phosphoricons.com/?q="person")
 */
export declare function PhPerson(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name person-arms-spread  
 * @categories health & wellness, maps & travel, people  
 * @since 2
 * @see [See "person-arms-spread" on phosphoricons.com](https://phosphoricons.com/?q="person-arms-spread")
 */
export declare function PhPersonArmsSpread(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name person-simple  
 * @categories maps & travel, people, health & wellness  
 * @since 1.3
 * @see [See "person-simple" on phosphoricons.com](https://phosphoricons.com/?q="person-simple")
 */
export declare function PhPersonSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name person-simple-bike  
 * @categories maps & travel, people, health & wellness  
 * @since 2
 * @see [See "person-simple-bike" on phosphoricons.com](https://phosphoricons.com/?q="person-simple-bike")
 */
export declare function PhPersonSimpleBike(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name person-simple-circle  
 * @categories people  
 * @since 2.1
 * @see [See "person-simple-circle" on phosphoricons.com](https://phosphoricons.com/?q="person-simple-circle")
 */
export declare function PhPersonSimpleCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name person-simple-hike  
 * @categories nature, health & wellness, maps & travel, people  
 * @since 2.1
 * @see [See "person-simple-hike" on phosphoricons.com](https://phosphoricons.com/?q="person-simple-hike")
 */
export declare function PhPersonSimpleHike(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name person-simple-run  
 * @categories maps & travel, people, health & wellness  
 * @since 1.3
 * @see [See "person-simple-run" on phosphoricons.com](https://phosphoricons.com/?q="person-simple-run")
 */
export declare function PhPersonSimpleRun(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name person-simple-ski  
 * @categories games, health & wellness  
 * @since 2.1
 * @see [See "person-simple-ski" on phosphoricons.com](https://phosphoricons.com/?q="person-simple-ski")
 */
export declare function PhPersonSimpleSki(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name person-simple-snowboard  
 * @categories games, health & wellness  
 * @since 2.1
 * @see [See "person-simple-snowboard" on phosphoricons.com](https://phosphoricons.com/?q="person-simple-snowboard")
 */
export declare function PhPersonSimpleSnowboard(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name person-simple-swim  
 * @categories maps & travel, people, health & wellness  
 * @since 2.1
 * @see [See "person-simple-swim" on phosphoricons.com](https://phosphoricons.com/?q="person-simple-swim")
 */
export declare function PhPersonSimpleSwim(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name person-simple-tai-chi  
 * @categories health & wellness, maps & travel, people  
 * @since 2.1
 * @see [See "person-simple-tai-chi" on phosphoricons.com](https://phosphoricons.com/?q="person-simple-tai-chi")
 */
export declare function PhPersonSimpleTaiChi(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name person-simple-throw  
 * @categories maps & travel, people, health & wellness  
 * @since 2
 * @see [See "person-simple-throw" on phosphoricons.com](https://phosphoricons.com/?q="person-simple-throw")
 */
export declare function PhPersonSimpleThrow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name person-simple-walk  
 * @categories maps & travel, people, health & wellness  
 * @since 1.3
 * @see [See "person-simple-walk" on phosphoricons.com](https://phosphoricons.com/?q="person-simple-walk")
 */
export declare function PhPersonSimpleWalk(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name perspective  
 * @categories design, editor  
 * @since 1.4
 * @see [See "perspective" on phosphoricons.com](https://phosphoricons.com/?q="perspective")
 */
export declare function PhPerspective(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name phone  
 * @categories communications, system  
 * @since 1
 * @see [See "phone" on phosphoricons.com](https://phosphoricons.com/?q="phone")
 */
export declare function PhPhone(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name phone-call  
 * @categories communications, system  
 * @since 1
 * @see [See "phone-call" on phosphoricons.com](https://phosphoricons.com/?q="phone-call")
 */
export declare function PhPhoneCall(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name phone-disconnect  
 * @categories communications, system  
 * @since 1
 * @see [See "phone-disconnect" on phosphoricons.com](https://phosphoricons.com/?q="phone-disconnect")
 */
export declare function PhPhoneDisconnect(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name phone-incoming  
 * @categories communications, system  
 * @since 1
 * @see [See "phone-incoming" on phosphoricons.com](https://phosphoricons.com/?q="phone-incoming")
 */
export declare function PhPhoneIncoming(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name phone-list  
 * @categories communications, system  
 * @since 2.1
 * @see [See "phone-list" on phosphoricons.com](https://phosphoricons.com/?q="phone-list")
 */
export declare function PhPhoneList(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name phone-outgoing  
 * @categories communications, system  
 * @since 1
 * @see [See "phone-outgoing" on phosphoricons.com](https://phosphoricons.com/?q="phone-outgoing")
 */
export declare function PhPhoneOutgoing(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name phone-pause  
 * @categories communications, system  
 * @since 2.1
 * @see [See "phone-pause" on phosphoricons.com](https://phosphoricons.com/?q="phone-pause")
 */
export declare function PhPhonePause(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name phone-plus  
 * @categories communications, system  
 * @since 2
 * @see [See "phone-plus" on phosphoricons.com](https://phosphoricons.com/?q="phone-plus")
 */
export declare function PhPhonePlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name phone-slash  
 * @categories communications, system  
 * @since 1
 * @see [See "phone-slash" on phosphoricons.com](https://phosphoricons.com/?q="phone-slash")
 */
export declare function PhPhoneSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name phone-transfer  
 * @categories communications, system  
 * @since 2.1
 * @see [See "phone-transfer" on phosphoricons.com](https://phosphoricons.com/?q="phone-transfer")
 */
export declare function PhPhoneTransfer(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name phone-x  
 * @categories communications, system  
 * @since 1
 * @see [See "phone-x" on phosphoricons.com](https://phosphoricons.com/?q="phone-x")
 */
export declare function PhPhoneX(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name phosphor-logo  
 * @categories brands  
 * @since 1
 * @see [See "phosphor-logo" on phosphoricons.com](https://phosphoricons.com/?q="phosphor-logo")
 */
export declare function PhPhosphorLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pi  
 * @categories finances, technology & development  
 * @since 2
 * @see [See "pi" on phosphoricons.com](https://phosphoricons.com/?q="pi")
 */
export declare function PhPi(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name piano-keys  
 * @categories media, objects  
 * @since 1.4
 * @see [See "piano-keys" on phosphoricons.com](https://phosphoricons.com/?q="piano-keys")
 */
export declare function PhPianoKeys(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name picnic-table  
 * @categories maps & travel, nature  
 * @since 2.1
 * @see [See "picnic-table" on phosphoricons.com](https://phosphoricons.com/?q="picnic-table")
 */
export declare function PhPicnicTable(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name picture-in-picture  
 * @categories media, system  
 * @since 1.2
 * @see [See "picture-in-picture" on phosphoricons.com](https://phosphoricons.com/?q="picture-in-picture")
 */
export declare function PhPictureInPicture(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name piggy-bank  
 * @categories finances, objects  
 * @since 2
 * @see [See "piggy-bank" on phosphoricons.com](https://phosphoricons.com/?q="piggy-bank")
 */
export declare function PhPiggyBank(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pill  
 * @categories health & wellness  
 * @since 1.3
 * @see [See "pill" on phosphoricons.com](https://phosphoricons.com/?q="pill")
 */
export declare function PhPill(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name ping-pong  
 * @categories games, health & wellness, objects  
 * @since 2.1
 * @see [See "ping-pong" on phosphoricons.com](https://phosphoricons.com/?q="ping-pong")
 */
export declare function PhPingPong(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pint-glass  
 * @categories commerce, health & wellness, objects  
 * @since 2.1
 * @see [See "pint-glass" on phosphoricons.com](https://phosphoricons.com/?q="pint-glass")
 */
export declare function PhPintGlass(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pinterest-logo  
 * @categories brands, communications  
 * @since 1.2
 * @see [See "pinterest-logo" on phosphoricons.com](https://phosphoricons.com/?q="pinterest-logo")
 */
export declare function PhPinterestLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pinwheel  
 * @categories games, objects  
 * @since 1.4
 * @see [See "pinwheel" on phosphoricons.com](https://phosphoricons.com/?q="pinwheel")
 */
export declare function PhPinwheel(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pipe  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "pipe" on phosphoricons.com](https://phosphoricons.com/?q="pipe")
 */
export declare function PhPipe(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pipe-wrench  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "pipe-wrench" on phosphoricons.com](https://phosphoricons.com/?q="pipe-wrench")
 */
export declare function PhPipeWrench(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pix-logo  
 * @categories commerce, finances  
 * @since 2.1
 * @see [See "pix-logo" on phosphoricons.com](https://phosphoricons.com/?q="pix-logo")
 */
export declare function PhPixLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pizza  
 * @categories commerce, maps & travel  
 * @since 1.3
 * @see [See "pizza" on phosphoricons.com](https://phosphoricons.com/?q="pizza")
 */
export declare function PhPizza(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name placeholder  
 * @categories design, editor  
 * @since 1.2
 * @see [See "placeholder" on phosphoricons.com](https://phosphoricons.com/?q="placeholder")
 */
export declare function PhPlaceholder(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name planet  
 * @categories nature  
 * @since 1.2
 * @see [See "planet" on phosphoricons.com](https://phosphoricons.com/?q="planet")
 */
export declare function PhPlanet(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name plant  
 * @categories commerce, nature  
 * @since 2
 * @see [See "plant" on phosphoricons.com](https://phosphoricons.com/?q="plant")
 */
export declare function PhPlant(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name play  
 * @categories media, system  
 * @since 1
 * @see [See "play" on phosphoricons.com](https://phosphoricons.com/?q="play")
 */
export declare function PhPlay(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name play-circle  
 * @categories media, system  
 * @since 1
 * @see [See "play-circle" on phosphoricons.com](https://phosphoricons.com/?q="play-circle")
 */
export declare function PhPlayCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name play-pause  
 * @categories media, system  
 * @since 2
 * @see [See "play-pause" on phosphoricons.com](https://phosphoricons.com/?q="play-pause")
 */
export declare function PhPlayPause(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name playlist  
 * @categories media, system  
 * @since 1.3
 * @see [See "playlist" on phosphoricons.com](https://phosphoricons.com/?q="playlist")
 */
export declare function PhPlaylist(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name plug  
 * @categories system, objects  
 * @since 1.4
 * @see [See "plug" on phosphoricons.com](https://phosphoricons.com/?q="plug")
 */
export declare function PhPlug(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name plug-charging  
 * @categories system, objects  
 * @since 2
 * @see [See "plug-charging" on phosphoricons.com](https://phosphoricons.com/?q="plug-charging")
 */
export declare function PhPlugCharging(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name plugs  
 * @categories system, objects  
 * @since 1.4
 * @see [See "plugs" on phosphoricons.com](https://phosphoricons.com/?q="plugs")
 */
export declare function PhPlugs(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name plugs-connected  
 * @categories system, objects  
 * @since 1.4
 * @see [See "plugs-connected" on phosphoricons.com](https://phosphoricons.com/?q="plugs-connected")
 */
export declare function PhPlugsConnected(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name plus  
 * @categories technology & development, finances, system  
 * @since 1
 * @see [See "plus" on phosphoricons.com](https://phosphoricons.com/?q="plus")
 */
export declare function PhPlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name plus-circle  
 * @categories technology & development, finances, system  
 * @since 1
 * @see [See "plus-circle" on phosphoricons.com](https://phosphoricons.com/?q="plus-circle")
 */
export declare function PhPlusCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name plus-minus  
 * @categories technology & development, finances  
 * @since 1
 * @see [See "plus-minus" on phosphoricons.com](https://phosphoricons.com/?q="plus-minus")
 */
export declare function PhPlusMinus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name plus-square  
 * @categories finances, technology & development, system  
 * @since 2
 * @see [See "plus-square" on phosphoricons.com](https://phosphoricons.com/?q="plus-square")
 */
export declare function PhPlusSquare(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name poker-chip  
 * @categories games  
 * @since 1.1
 * @see [See "poker-chip" on phosphoricons.com](https://phosphoricons.com/?q="poker-chip")
 */
export declare function PhPokerChip(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name police-car  
 * @categories maps & travel, objects  
 * @since 1.4
 * @see [See "police-car" on phosphoricons.com](https://phosphoricons.com/?q="police-car")
 */
export declare function PhPoliceCar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name polygon  
 * @categories design  
 * @since 1.3
 * @see [See "polygon" on phosphoricons.com](https://phosphoricons.com/?q="polygon")
 */
export declare function PhPolygon(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name popcorn  
 * @categories maps & travel, commerce  
 * @since 1.4
 * @see [See "popcorn" on phosphoricons.com](https://phosphoricons.com/?q="popcorn")
 */
export declare function PhPopcorn(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name popsicle  
 * @categories commerce, maps & travel  
 * @since 2.1
 * @see [See "popsicle" on phosphoricons.com](https://phosphoricons.com/?q="popsicle")
 */
export declare function PhPopsicle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name potted-plant  
 * @categories commerce, nature  
 * @since 2
 * @see [See "potted-plant" on phosphoricons.com](https://phosphoricons.com/?q="potted-plant")
 */
export declare function PhPottedPlant(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name power  
 * @categories system  
 * @since 1
 * @see [See "power" on phosphoricons.com](https://phosphoricons.com/?q="power")
 */
export declare function PhPower(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name prescription  
 * @categories health & wellness  
 * @since 1.3
 * @see [See "prescription" on phosphoricons.com](https://phosphoricons.com/?q="prescription")
 */
export declare function PhPrescription(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name presentation  
 * @categories finances, office  
 * @since 1.2
 * @see [See "presentation" on phosphoricons.com](https://phosphoricons.com/?q="presentation")
 */
export declare function PhPresentation(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name presentation-chart  
 * @categories finances, office  
 * @since 1.2
 * @see [See "presentation-chart" on phosphoricons.com](https://phosphoricons.com/?q="presentation-chart")
 */
export declare function PhPresentationChart(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name printer  
 * @categories editor, office  
 * @since 1
 * @see [See "printer" on phosphoricons.com](https://phosphoricons.com/?q="printer")
 */
export declare function PhPrinter(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name prohibit  
 * @categories maps & travel, system  
 * @since 1
 * @see [See "prohibit" on phosphoricons.com](https://phosphoricons.com/?q="prohibit")
 */
export declare function PhProhibit(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name prohibit-inset  
 * @categories maps & travel, system  
 * @since 1
 * @see [See "prohibit-inset" on phosphoricons.com](https://phosphoricons.com/?q="prohibit-inset")
 */
export declare function PhProhibitInset(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name projector-screen  
 * @categories finances, media, office  
 * @since 1.2
 * @see [See "projector-screen" on phosphoricons.com](https://phosphoricons.com/?q="projector-screen")
 */
export declare function PhProjectorScreen(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name projector-screen-chart  
 * @categories finances, office  
 * @since 1.2
 * @see [See "projector-screen-chart" on phosphoricons.com](https://phosphoricons.com/?q="projector-screen-chart")
 */
export declare function PhProjectorScreenChart(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name pulse  
 * @categories health & wellness  
 * @since 1
 * @see [See "pulse" on phosphoricons.com](https://phosphoricons.com/?q="pulse")
 */
export declare function PhPulse(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name push-pin  
 * @categories office, maps & travel, objects  
 * @since 1
 * @see [See "push-pin" on phosphoricons.com](https://phosphoricons.com/?q="push-pin")
 */
export declare function PhPushPin(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name push-pin-simple  
 * @categories office, maps & travel, objects  
 * @since 1.2
 * @see [See "push-pin-simple" on phosphoricons.com](https://phosphoricons.com/?q="push-pin-simple")
 */
export declare function PhPushPinSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name push-pin-simple-slash  
 * @categories office, maps & travel, objects  
 * @since 1.2
 * @see [See "push-pin-simple-slash" on phosphoricons.com](https://phosphoricons.com/?q="push-pin-simple-slash")
 */
export declare function PhPushPinSimpleSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name push-pin-slash  
 * @categories office, maps & travel, objects  
 * @since 1
 * @see [See "push-pin-slash" on phosphoricons.com](https://phosphoricons.com/?q="push-pin-slash")
 */
export declare function PhPushPinSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name puzzle-piece  
 * @categories games, technology & development  
 * @since 1.1
 * @see [See "puzzle-piece" on phosphoricons.com](https://phosphoricons.com/?q="puzzle-piece")
 */
export declare function PhPuzzlePiece(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name qr-code  
 * @categories system  
 * @since 1
 * @see [See "qr-code" on phosphoricons.com](https://phosphoricons.com/?q="qr-code")
 */
export declare function PhQrCode(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name question  
 * @categories system  
 * @since 1
 * @see [See "question" on phosphoricons.com](https://phosphoricons.com/?q="question")
 */
export declare function PhQuestion(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name question-mark  
 * @categories system  
 * @since 2.1
 * @see [See "question-mark" on phosphoricons.com](https://phosphoricons.com/?q="question-mark")
 */
export declare function PhQuestionMark(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name queue  
 * @categories media, system  
 * @since 1.3
 * @see [See "queue" on phosphoricons.com](https://phosphoricons.com/?q="queue")
 */
export declare function PhQueue(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name quotes  
 * @categories communications, editor, media  
 * @since 1.2
 * @see [See "quotes" on phosphoricons.com](https://phosphoricons.com/?q="quotes")
 */
export declare function PhQuotes(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name rabbit  
 * @categories nature  
 * @since 2.1
 * @see [See "rabbit" on phosphoricons.com](https://phosphoricons.com/?q="rabbit")
 */
export declare function PhRabbit(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name racquet  
 * @categories games, health & wellness, objects  
 * @since 2.1
 * @see [See "racquet" on phosphoricons.com](https://phosphoricons.com/?q="racquet")
 */
export declare function PhRacquet(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name radical  
 * @categories technology & development, finances  
 * @since 1
 * @see [See "radical" on phosphoricons.com](https://phosphoricons.com/?q="radical")
 */
export declare function PhRadical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name radio  
 * @categories communications, media, objects  
 * @since 1.3
 * @see [See "radio" on phosphoricons.com](https://phosphoricons.com/?q="radio")
 */
export declare function PhRadio(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name radio-button  
 * @categories system  
 * @since 1.4
 * @see [See "radio-button" on phosphoricons.com](https://phosphoricons.com/?q="radio-button")
 */
export declare function PhRadioButton(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name radioactive  
 * @categories nature, health & wellness  
 * @since 2
 * @see [See "radioactive" on phosphoricons.com](https://phosphoricons.com/?q="radioactive")
 */
export declare function PhRadioactive(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name rainbow  
 * @categories weather  
 * @since 1.1
 * @see [See "rainbow" on phosphoricons.com](https://phosphoricons.com/?q="rainbow")
 */
export declare function PhRainbow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name rainbow-cloud  
 * @categories weather  
 * @since 1.1
 * @see [See "rainbow-cloud" on phosphoricons.com](https://phosphoricons.com/?q="rainbow-cloud")
 */
export declare function PhRainbowCloud(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name ranking  
 * @categories games, objects  
 * @since 2.1
 * @see [See "ranking" on phosphoricons.com](https://phosphoricons.com/?q="ranking")
 */
export declare function PhRanking(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name read-cv-logo  
 * @categories brands  
 * @since 2
 * @see [See "read-cv-logo" on phosphoricons.com](https://phosphoricons.com/?q="read-cv-logo")
 */
export declare function PhReadCvLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name receipt  
 * @categories commerce, finances  
 * @since 1
 * @see [See "receipt" on phosphoricons.com](https://phosphoricons.com/?q="receipt")
 */
export declare function PhReceipt(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name receipt-x  
 * @categories commerce, finances  
 * @since 2
 * @see [See "receipt-x" on phosphoricons.com](https://phosphoricons.com/?q="receipt-x")
 */
export declare function PhReceiptX(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name record  
 * @categories media, system  
 * @since 1
 * @see [See "record" on phosphoricons.com](https://phosphoricons.com/?q="record")
 */
export declare function PhRecord(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name rectangle  
 * @categories design  
 * @since 1
 * @see [See "rectangle" on phosphoricons.com](https://phosphoricons.com/?q="rectangle")
 */
export declare function PhRectangle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name rectangle-dashed  
 * @categories design  
 * @since 2.1
 * @see [See "rectangle-dashed" on phosphoricons.com](https://phosphoricons.com/?q="rectangle-dashed")
 */
export declare function PhRectangleDashed(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name recycle  
 * @categories arrows, nature  
 * @since 1.3
 * @see [See "recycle" on phosphoricons.com](https://phosphoricons.com/?q="recycle")
 */
export declare function PhRecycle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name reddit-logo  
 * @categories brands, communications  
 * @since 1.1
 * @see [See "reddit-logo" on phosphoricons.com](https://phosphoricons.com/?q="reddit-logo")
 */
export declare function PhRedditLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name repeat  
 * @categories media, system  
 * @since 1
 * @see [See "repeat" on phosphoricons.com](https://phosphoricons.com/?q="repeat")
 */
export declare function PhRepeat(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name repeat-once  
 * @categories media, system  
 * @since 1
 * @see [See "repeat-once" on phosphoricons.com](https://phosphoricons.com/?q="repeat-once")
 */
export declare function PhRepeatOnce(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name replit-logo  
 * @categories brands, technology & development  
 * @since 2.1
 * @see [See "replit-logo" on phosphoricons.com](https://phosphoricons.com/?q="replit-logo")
 */
export declare function PhReplitLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name resize  
 * @categories design, editor  
 * @since 2.1
 * @see [See "resize" on phosphoricons.com](https://phosphoricons.com/?q="resize")
 */
export declare function PhResize(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name rewind  
 * @categories media, system  
 * @since 1.3
 * @see [See "rewind" on phosphoricons.com](https://phosphoricons.com/?q="rewind")
 */
export declare function PhRewind(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name rewind-circle  
 * @categories media, system  
 * @since 1
 * @see [See "rewind-circle" on phosphoricons.com](https://phosphoricons.com/?q="rewind-circle")
 */
export declare function PhRewindCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name road-horizon  
 * @categories maps & travel  
 * @since 2
 * @see [See "road-horizon" on phosphoricons.com](https://phosphoricons.com/?q="road-horizon")
 */
export declare function PhRoadHorizon(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name robot  
 * @categories technology & development, objects  
 * @since 1.3
 * @see [See "robot" on phosphoricons.com](https://phosphoricons.com/?q="robot")
 */
export declare function PhRobot(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name rocket  
 * @categories technology & development, maps & travel, objects  
 * @since 1
 * @see [See "rocket" on phosphoricons.com](https://phosphoricons.com/?q="rocket")
 */
export declare function PhRocket(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name rocket-launch  
 * @categories technology & development, maps & travel, objects  
 * @since 1
 * @see [See "rocket-launch" on phosphoricons.com](https://phosphoricons.com/?q="rocket-launch")
 */
export declare function PhRocketLaunch(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name rows  
 * @categories design  
 * @since 1.1
 * @see [See "rows" on phosphoricons.com](https://phosphoricons.com/?q="rows")
 */
export declare function PhRows(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name rows-plus-bottom  
 * @categories design  
 * @since 2.1
 * @see [See "rows-plus-bottom" on phosphoricons.com](https://phosphoricons.com/?q="rows-plus-bottom")
 */
export declare function PhRowsPlusBottom(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name rows-plus-top  
 * @categories design  
 * @since 2.1
 * @see [See "rows-plus-top" on phosphoricons.com](https://phosphoricons.com/?q="rows-plus-top")
 */
export declare function PhRowsPlusTop(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name rss  
 * @categories communications  
 * @since 1
 * @see [See "rss" on phosphoricons.com](https://phosphoricons.com/?q="rss")
 */
export declare function PhRss(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name rss-simple  
 * @categories communications  
 * @since 1
 * @see [See "rss-simple" on phosphoricons.com](https://phosphoricons.com/?q="rss-simple")
 */
export declare function PhRssSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name rug  
 * @categories objects  
 * @since 1.4
 * @see [See "rug" on phosphoricons.com](https://phosphoricons.com/?q="rug")
 */
export declare function PhRug(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name ruler  
 * @categories design, editor, objects  
 * @since 1.3
 * @see [See "ruler" on phosphoricons.com](https://phosphoricons.com/?q="ruler")
 */
export declare function PhRuler(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sailboat  
 * @categories maps & travel, objects  
 * @since 2.1
 * @see [See "sailboat" on phosphoricons.com](https://phosphoricons.com/?q="sailboat")
 */
export declare function PhSailboat(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name scales  
 * @categories commerce, maps & travel, objects  
 * @since 1.3
 * @see [See "scales" on phosphoricons.com](https://phosphoricons.com/?q="scales")
 */
export declare function PhScales(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name scan  
 * @categories system  
 * @since 1.4
 * @see [See "scan" on phosphoricons.com](https://phosphoricons.com/?q="scan")
 */
export declare function PhScan(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name scan-smiley  
 * @categories system, people  
 * @since 2.1
 * @see [See "scan-smiley" on phosphoricons.com](https://phosphoricons.com/?q="scan-smiley")
 */
export declare function PhScanSmiley(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name scissors  
 * @categories design, editor, office, system  
 * @since 1.1
 * @see [See "scissors" on phosphoricons.com](https://phosphoricons.com/?q="scissors")
 */
export declare function PhScissors(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name scooter  
 * @categories maps & travel, health & wellness  
 * @since 2
 * @see [See "scooter" on phosphoricons.com](https://phosphoricons.com/?q="scooter")
 */
export declare function PhScooter(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name screencast  
 * @categories media, system  
 * @since 1
 * @see [See "screencast" on phosphoricons.com](https://phosphoricons.com/?q="screencast")
 */
export declare function PhScreencast(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name screwdriver  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "screwdriver" on phosphoricons.com](https://phosphoricons.com/?q="screwdriver")
 */
export declare function PhScrewdriver(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name scribble  
 * @categories design  
 * @since 2.1
 * @see [See "scribble" on phosphoricons.com](https://phosphoricons.com/?q="scribble")
 */
export declare function PhScribble(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name scribble-loop  
 * @categories design  
 * @since 1.2
 * @see [See "scribble-loop" on phosphoricons.com](https://phosphoricons.com/?q="scribble-loop")
 */
export declare function PhScribbleLoop(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name scroll  
 * @categories games, objects  
 * @since 1.4
 * @see [See "scroll" on phosphoricons.com](https://phosphoricons.com/?q="scroll")
 */
export declare function PhScroll(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name seal  
 * @categories design  
 * @since 1.2
 * @see [See "seal" on phosphoricons.com](https://phosphoricons.com/?q="seal")
 */
export declare function PhSeal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name seal-check  
 * @categories design  
 * @since 1.2
 * @see [See "seal-check" on phosphoricons.com](https://phosphoricons.com/?q="seal-check")
 */
export declare function PhSealCheck(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name seal-percent  
 * @categories design  
 * @since 2.1
 * @see [See "seal-percent" on phosphoricons.com](https://phosphoricons.com/?q="seal-percent")
 */
export declare function PhSealPercent(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name seal-question  
 * @categories design  
 * @since 1.2
 * @see [See "seal-question" on phosphoricons.com](https://phosphoricons.com/?q="seal-question")
 */
export declare function PhSealQuestion(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name seal-warning  
 * @categories design  
 * @since 1.2
 * @see [See "seal-warning" on phosphoricons.com](https://phosphoricons.com/?q="seal-warning")
 */
export declare function PhSealWarning(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name seat  
 * @categories maps & travel, objects  
 * @since 2.1
 * @see [See "seat" on phosphoricons.com](https://phosphoricons.com/?q="seat")
 */
export declare function PhSeat(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name seatbelt  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "seatbelt" on phosphoricons.com](https://phosphoricons.com/?q="seatbelt")
 */
export declare function PhSeatbelt(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name security-camera  
 * @categories objects, system  
 * @since 2.1
 * @see [See "security-camera" on phosphoricons.com](https://phosphoricons.com/?q="security-camera")
 */
export declare function PhSecurityCamera(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name selection  
 * @categories design, editor  
 * @since 1.3
 * @see [See "selection" on phosphoricons.com](https://phosphoricons.com/?q="selection")
 */
export declare function PhSelection(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name selection-all  
 * @categories design, editor  
 * @since 1.3
 * @see [See "selection-all" on phosphoricons.com](https://phosphoricons.com/?q="selection-all")
 */
export declare function PhSelectionAll(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name selection-background  
 * @categories design, editor  
 * @since 1.3
 * @see [See "selection-background" on phosphoricons.com](https://phosphoricons.com/?q="selection-background")
 */
export declare function PhSelectionBackground(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name selection-foreground  
 * @categories design, editor  
 * @since 1.3
 * @see [See "selection-foreground" on phosphoricons.com](https://phosphoricons.com/?q="selection-foreground")
 */
export declare function PhSelectionForeground(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name selection-inverse  
 * @categories design, editor  
 * @since 1.3
 * @see [See "selection-inverse" on phosphoricons.com](https://phosphoricons.com/?q="selection-inverse")
 */
export declare function PhSelectionInverse(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name selection-plus  
 * @categories design, editor  
 * @since 1.3
 * @see [See "selection-plus" on phosphoricons.com](https://phosphoricons.com/?q="selection-plus")
 */
export declare function PhSelectionPlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name selection-slash  
 * @categories design, editor  
 * @since 1.3
 * @see [See "selection-slash" on phosphoricons.com](https://phosphoricons.com/?q="selection-slash")
 */
export declare function PhSelectionSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shapes  
 * @categories design  
 * @since 2
 * @see [See "shapes" on phosphoricons.com](https://phosphoricons.com/?q="shapes")
 */
export declare function PhShapes(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name share  
 * @categories communications, system  
 * @since 1
 * @see [See "share" on phosphoricons.com](https://phosphoricons.com/?q="share")
 */
export declare function PhShare(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name share-fat  
 * @categories arrows, system, communications  
 * @since 2
 * @see [See "share-fat" on phosphoricons.com](https://phosphoricons.com/?q="share-fat")
 */
export declare function PhShareFat(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name share-network  
 * @categories communications, system  
 * @since 1
 * @see [See "share-network" on phosphoricons.com](https://phosphoricons.com/?q="share-network")
 */
export declare function PhShareNetwork(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shield  
 * @categories system, objects  
 * @since 1
 * @see [See "shield" on phosphoricons.com](https://phosphoricons.com/?q="shield")
 */
export declare function PhShield(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shield-check  
 * @categories system, objects  
 * @since 1
 * @see [See "shield-check" on phosphoricons.com](https://phosphoricons.com/?q="shield-check")
 */
export declare function PhShieldCheck(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shield-checkered  
 * @categories system, objects  
 * @since 1.3
 * @see [See "shield-checkered" on phosphoricons.com](https://phosphoricons.com/?q="shield-checkered")
 */
export declare function PhShieldCheckered(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shield-chevron  
 * @categories system, objects  
 * @since 1
 * @see [See "shield-chevron" on phosphoricons.com](https://phosphoricons.com/?q="shield-chevron")
 */
export declare function PhShieldChevron(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shield-plus  
 * @categories system, objects  
 * @since 1.3
 * @see [See "shield-plus" on phosphoricons.com](https://phosphoricons.com/?q="shield-plus")
 */
export declare function PhShieldPlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shield-slash  
 * @categories system, objects  
 * @since 1
 * @see [See "shield-slash" on phosphoricons.com](https://phosphoricons.com/?q="shield-slash")
 */
export declare function PhShieldSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shield-star  
 * @categories objects, system  
 * @since 1.4
 * @see [See "shield-star" on phosphoricons.com](https://phosphoricons.com/?q="shield-star")
 */
export declare function PhShieldStar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shield-warning  
 * @categories system, objects  
 * @since 1
 * @see [See "shield-warning" on phosphoricons.com](https://phosphoricons.com/?q="shield-warning")
 */
export declare function PhShieldWarning(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shipping-container  
 * @categories maps & travel, objects, commerce  
 * @since 2.1
 * @see [See "shipping-container" on phosphoricons.com](https://phosphoricons.com/?q="shipping-container")
 */
export declare function PhShippingContainer(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shirt-folded  
 * @categories commerce, objects  
 * @since 2
 * @see [See "shirt-folded" on phosphoricons.com](https://phosphoricons.com/?q="shirt-folded")
 */
export declare function PhShirtFolded(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shooting-star  
 * @categories nature  
 * @since 2
 * @see [See "shooting-star" on phosphoricons.com](https://phosphoricons.com/?q="shooting-star")
 */
export declare function PhShootingStar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shopping-bag  
 * @categories commerce, maps & travel, objects  
 * @since 1
 * @see [See "shopping-bag" on phosphoricons.com](https://phosphoricons.com/?q="shopping-bag")
 */
export declare function PhShoppingBag(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shopping-bag-open  
 * @categories commerce, maps & travel, objects  
 * @since 1
 * @see [See "shopping-bag-open" on phosphoricons.com](https://phosphoricons.com/?q="shopping-bag-open")
 */
export declare function PhShoppingBagOpen(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shopping-cart  
 * @categories commerce, maps & travel, objects  
 * @since 1
 * @see [See "shopping-cart" on phosphoricons.com](https://phosphoricons.com/?q="shopping-cart")
 */
export declare function PhShoppingCart(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shopping-cart-simple  
 * @categories commerce, maps & travel, objects  
 * @since 1
 * @see [See "shopping-cart-simple" on phosphoricons.com](https://phosphoricons.com/?q="shopping-cart-simple")
 */
export declare function PhShoppingCartSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shovel  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "shovel" on phosphoricons.com](https://phosphoricons.com/?q="shovel")
 */
export declare function PhShovel(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shower  
 * @categories objects  
 * @since 1.3
 * @see [See "shower" on phosphoricons.com](https://phosphoricons.com/?q="shower")
 */
export declare function PhShower(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shrimp  
 * @categories commerce, nature  
 * @since 2
 * @see [See "shrimp" on phosphoricons.com](https://phosphoricons.com/?q="shrimp")
 */
export declare function PhShrimp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shuffle  
 * @categories media, arrows, system  
 * @since 1
 * @see [See "shuffle" on phosphoricons.com](https://phosphoricons.com/?q="shuffle")
 */
export declare function PhShuffle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shuffle-angular  
 * @categories media, arrows, system  
 * @since 1
 * @see [See "shuffle-angular" on phosphoricons.com](https://phosphoricons.com/?q="shuffle-angular")
 */
export declare function PhShuffleAngular(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name shuffle-simple  
 * @categories media, arrows, system  
 * @since 1
 * @see [See "shuffle-simple" on phosphoricons.com](https://phosphoricons.com/?q="shuffle-simple")
 */
export declare function PhShuffleSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sidebar  
 * @categories design, editor  
 * @since 1.4
 * @see [See "sidebar" on phosphoricons.com](https://phosphoricons.com/?q="sidebar")
 */
export declare function PhSidebar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sidebar-simple  
 * @categories design, editor  
 * @since 1.4
 * @see [See "sidebar-simple" on phosphoricons.com](https://phosphoricons.com/?q="sidebar-simple")
 */
export declare function PhSidebarSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sigma  
 * @categories finances, technology & development  
 * @since 2
 * @see [See "sigma" on phosphoricons.com](https://phosphoricons.com/?q="sigma")
 */
export declare function PhSigma(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sign-in  
 * @categories system  
 * @since 1
 * @see [See "sign-in" on phosphoricons.com](https://phosphoricons.com/?q="sign-in")
 */
export declare function PhSignIn(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sign-out  
 * @categories system  
 * @since 1
 * @see [See "sign-out" on phosphoricons.com](https://phosphoricons.com/?q="sign-out")
 */
export declare function PhSignOut(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name signature  
 * @categories communications, office  
 * @since 2
 * @see [See "signature" on phosphoricons.com](https://phosphoricons.com/?q="signature")
 */
export declare function PhSignature(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name signpost  
 * @categories maps & travel  
 * @since 1.4
 * @see [See "signpost" on phosphoricons.com](https://phosphoricons.com/?q="signpost")
 */
export declare function PhSignpost(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sim-card  
 * @categories communications, system  
 * @since 1.2
 * @see [See "sim-card" on phosphoricons.com](https://phosphoricons.com/?q="sim-card")
 */
export declare function PhSimCard(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name siren  
 * @categories objects, maps & travel  
 * @since 2
 * @see [See "siren" on phosphoricons.com](https://phosphoricons.com/?q="siren")
 */
export declare function PhSiren(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sketch-logo  
 * @categories design  
 * @since 1
 * @see [See "sketch-logo" on phosphoricons.com](https://phosphoricons.com/?q="sketch-logo")
 */
export declare function PhSketchLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name skip-back  
 * @categories media, system  
 * @since 1.1
 * @see [See "skip-back" on phosphoricons.com](https://phosphoricons.com/?q="skip-back")
 */
export declare function PhSkipBack(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name skip-back-circle  
 * @categories media, system  
 * @since 1
 * @see [See "skip-back-circle" on phosphoricons.com](https://phosphoricons.com/?q="skip-back-circle")
 */
export declare function PhSkipBackCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name skip-forward  
 * @categories media, system  
 * @since 1.1
 * @see [See "skip-forward" on phosphoricons.com](https://phosphoricons.com/?q="skip-forward")
 */
export declare function PhSkipForward(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name skip-forward-circle  
 * @categories media, system  
 * @since 1
 * @see [See "skip-forward-circle" on phosphoricons.com](https://phosphoricons.com/?q="skip-forward-circle")
 */
export declare function PhSkipForwardCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name skull  
 * @categories games  
 * @since 1.4
 * @see [See "skull" on phosphoricons.com](https://phosphoricons.com/?q="skull")
 */
export declare function PhSkull(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name skype-logo  
 * @categories brands, communications  
 * @since 2.1
 * @see [See "skype-logo" on phosphoricons.com](https://phosphoricons.com/?q="skype-logo")
 */
export declare function PhSkypeLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name slack-logo  
 * @categories brands, communications  
 * @since 1.1
 * @see [See "slack-logo" on phosphoricons.com](https://phosphoricons.com/?q="slack-logo")
 */
export declare function PhSlackLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sliders  
 * @categories media, system  
 * @since 1
 * @see [See "sliders" on phosphoricons.com](https://phosphoricons.com/?q="sliders")
 */
export declare function PhSliders(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sliders-horizontal  
 * @categories media, system  
 * @since 1
 * @see [See "sliders-horizontal" on phosphoricons.com](https://phosphoricons.com/?q="sliders-horizontal")
 */
export declare function PhSlidersHorizontal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name slideshow  
 * @categories media, system  
 * @since 2
 * @see [See "slideshow" on phosphoricons.com](https://phosphoricons.com/?q="slideshow")
 */
export declare function PhSlideshow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name smiley  
 * @categories communications, people  
 * @since 1
 * @see [See "smiley" on phosphoricons.com](https://phosphoricons.com/?q="smiley")
 */
export declare function PhSmiley(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name smiley-angry  
 * @categories communications, people  
 * @since 2
 * @see [See "smiley-angry" on phosphoricons.com](https://phosphoricons.com/?q="smiley-angry")
 */
export declare function PhSmileyAngry(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name smiley-blank  
 * @categories communications, people  
 * @since 1
 * @see [See "smiley-blank" on phosphoricons.com](https://phosphoricons.com/?q="smiley-blank")
 */
export declare function PhSmileyBlank(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name smiley-meh  
 * @categories communications, people  
 * @since 1
 * @see [See "smiley-meh" on phosphoricons.com](https://phosphoricons.com/?q="smiley-meh")
 */
export declare function PhSmileyMeh(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name smiley-melting  
 * @categories communications, people  
 * @since 2.1
 * @see [See "smiley-melting" on phosphoricons.com](https://phosphoricons.com/?q="smiley-melting")
 */
export declare function PhSmileyMelting(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name smiley-nervous  
 * @categories communications, people  
 * @since 1
 * @see [See "smiley-nervous" on phosphoricons.com](https://phosphoricons.com/?q="smiley-nervous")
 */
export declare function PhSmileyNervous(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name smiley-sad  
 * @categories communications, people  
 * @since 1
 * @see [See "smiley-sad" on phosphoricons.com](https://phosphoricons.com/?q="smiley-sad")
 */
export declare function PhSmileySad(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name smiley-sticker  
 * @categories communications, people  
 * @since 1
 * @see [See "smiley-sticker" on phosphoricons.com](https://phosphoricons.com/?q="smiley-sticker")
 */
export declare function PhSmileySticker(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name smiley-wink  
 * @categories communications, people  
 * @since 1.2
 * @see [See "smiley-wink" on phosphoricons.com](https://phosphoricons.com/?q="smiley-wink")
 */
export declare function PhSmileyWink(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name smiley-x-eyes  
 * @categories communications, people  
 * @since 1
 * @see [See "smiley-x-eyes" on phosphoricons.com](https://phosphoricons.com/?q="smiley-x-eyes")
 */
export declare function PhSmileyXEyes(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name snapchat-logo  
 * @categories brands, communications  
 * @since 1.2
 * @see [See "snapchat-logo" on phosphoricons.com](https://phosphoricons.com/?q="snapchat-logo")
 */
export declare function PhSnapchatLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sneaker  
 * @categories commerce, objects, health & wellness  
 * @since 2
 * @see [See "sneaker" on phosphoricons.com](https://phosphoricons.com/?q="sneaker")
 */
export declare function PhSneaker(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sneaker-move  
 * @categories commerce, objects, health & wellness  
 * @since 2
 * @see [See "sneaker-move" on phosphoricons.com](https://phosphoricons.com/?q="sneaker-move")
 */
export declare function PhSneakerMove(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name snowflake  
 * @categories weather  
 * @since 1.1
 * @see [See "snowflake" on phosphoricons.com](https://phosphoricons.com/?q="snowflake")
 */
export declare function PhSnowflake(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name soccer-ball  
 * @categories games, health & wellness, objects  
 * @since 1.3
 * @see [See "soccer-ball" on phosphoricons.com](https://phosphoricons.com/?q="soccer-ball")
 */
export declare function PhSoccerBall(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sock  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "sock" on phosphoricons.com](https://phosphoricons.com/?q="sock")
 */
export declare function PhSock(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name solar-panel  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "solar-panel" on phosphoricons.com](https://phosphoricons.com/?q="solar-panel")
 */
export declare function PhSolarPanel(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name solar-roof  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "solar-roof" on phosphoricons.com](https://phosphoricons.com/?q="solar-roof")
 */
export declare function PhSolarRoof(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sort-ascending  
 * @categories editor  
 * @since 1
 * @see [See "sort-ascending" on phosphoricons.com](https://phosphoricons.com/?q="sort-ascending")
 */
export declare function PhSortAscending(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sort-descending  
 * @categories editor  
 * @since 1
 * @see [See "sort-descending" on phosphoricons.com](https://phosphoricons.com/?q="sort-descending")
 */
export declare function PhSortDescending(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name soundcloud-logo  
 * @categories brands, media  
 * @since 2
 * @see [See "soundcloud-logo" on phosphoricons.com](https://phosphoricons.com/?q="soundcloud-logo")
 */
export declare function PhSoundcloudLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name spade  
 * @categories games  
 * @since 1
 * @see [See "spade" on phosphoricons.com](https://phosphoricons.com/?q="spade")
 */
export declare function PhSpade(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sparkle  
 * @categories communications, nature  
 * @since 1.3
 * @see [See "sparkle" on phosphoricons.com](https://phosphoricons.com/?q="sparkle")
 */
export declare function PhSparkle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name speaker-hifi  
 * @categories media, objects  
 * @since 2
 * @see [See "speaker-hifi" on phosphoricons.com](https://phosphoricons.com/?q="speaker-hifi")
 */
export declare function PhSpeakerHifi(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name speaker-high  
 * @categories media, system  
 * @since 1
 * @see [See "speaker-high" on phosphoricons.com](https://phosphoricons.com/?q="speaker-high")
 */
export declare function PhSpeakerHigh(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name speaker-low  
 * @categories media, system  
 * @since 1
 * @see [See "speaker-low" on phosphoricons.com](https://phosphoricons.com/?q="speaker-low")
 */
export declare function PhSpeakerLow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name speaker-none  
 * @categories media, system  
 * @since 1
 * @see [See "speaker-none" on phosphoricons.com](https://phosphoricons.com/?q="speaker-none")
 */
export declare function PhSpeakerNone(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name speaker-simple-high  
 * @categories media, system  
 * @since 1
 * @see [See "speaker-simple-high" on phosphoricons.com](https://phosphoricons.com/?q="speaker-simple-high")
 */
export declare function PhSpeakerSimpleHigh(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name speaker-simple-low  
 * @categories media, system  
 * @since 1
 * @see [See "speaker-simple-low" on phosphoricons.com](https://phosphoricons.com/?q="speaker-simple-low")
 */
export declare function PhSpeakerSimpleLow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name speaker-simple-none  
 * @categories media, system  
 * @since 1
 * @see [See "speaker-simple-none" on phosphoricons.com](https://phosphoricons.com/?q="speaker-simple-none")
 */
export declare function PhSpeakerSimpleNone(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name speaker-simple-slash  
 * @categories media, system  
 * @since 1
 * @see [See "speaker-simple-slash" on phosphoricons.com](https://phosphoricons.com/?q="speaker-simple-slash")
 */
export declare function PhSpeakerSimpleSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name speaker-simple-x  
 * @categories media, system  
 * @since 1
 * @see [See "speaker-simple-x" on phosphoricons.com](https://phosphoricons.com/?q="speaker-simple-x")
 */
export declare function PhSpeakerSimpleX(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name speaker-slash  
 * @categories media, system  
 * @since 1
 * @see [See "speaker-slash" on phosphoricons.com](https://phosphoricons.com/?q="speaker-slash")
 */
export declare function PhSpeakerSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name speaker-x  
 * @categories media, system  
 * @since 1
 * @see [See "speaker-x" on phosphoricons.com](https://phosphoricons.com/?q="speaker-x")
 */
export declare function PhSpeakerX(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name speedometer  
 * @categories technology & development, objects, system  
 * @since 2.1
 * @see [See "speedometer" on phosphoricons.com](https://phosphoricons.com/?q="speedometer")
 */
export declare function PhSpeedometer(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sphere  
 * @categories design  
 * @since 2.1
 * @see [See "sphere" on phosphoricons.com](https://phosphoricons.com/?q="sphere")
 */
export declare function PhSphere(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name spinner  
 * @categories system  
 * @since 1.2
 * @see [See "spinner" on phosphoricons.com](https://phosphoricons.com/?q="spinner")
 */
export declare function PhSpinner(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name spinner-ball  
 * @categories system  
 * @since 2.1
 * @see [See "spinner-ball" on phosphoricons.com](https://phosphoricons.com/?q="spinner-ball")
 */
export declare function PhSpinnerBall(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name spinner-gap  
 * @categories system  
 * @since 1.2
 * @see [See "spinner-gap" on phosphoricons.com](https://phosphoricons.com/?q="spinner-gap")
 */
export declare function PhSpinnerGap(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name spiral  
 * @categories communications, design  
 * @since 1.4
 * @see [See "spiral" on phosphoricons.com](https://phosphoricons.com/?q="spiral")
 */
export declare function PhSpiral(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name split-horizontal  
 * @categories arrows, design, editor  
 * @since 2
 * @see [See "split-horizontal" on phosphoricons.com](https://phosphoricons.com/?q="split-horizontal")
 */
export declare function PhSplitHorizontal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name split-vertical  
 * @categories arrows, design, editor  
 * @since 2
 * @see [See "split-vertical" on phosphoricons.com](https://phosphoricons.com/?q="split-vertical")
 */
export declare function PhSplitVertical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name spotify-logo  
 * @categories brands, media  
 * @since 1.2
 * @see [See "spotify-logo" on phosphoricons.com](https://phosphoricons.com/?q="spotify-logo")
 */
export declare function PhSpotifyLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name spray-bottle  
 * @categories objects, health & wellness  
 * @since 2.1
 * @see [See "spray-bottle" on phosphoricons.com](https://phosphoricons.com/?q="spray-bottle")
 */
export declare function PhSprayBottle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name square  
 * @categories design  
 * @since 1
 * @see [See "square" on phosphoricons.com](https://phosphoricons.com/?q="square")
 */
export declare function PhSquare(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name square-half  
 * @categories design  
 * @since 1
 * @see [See "square-half" on phosphoricons.com](https://phosphoricons.com/?q="square-half")
 */
export declare function PhSquareHalf(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name square-half-bottom  
 * @categories design  
 * @since 1.4
 * @see [See "square-half-bottom" on phosphoricons.com](https://phosphoricons.com/?q="square-half-bottom")
 */
export declare function PhSquareHalfBottom(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name square-logo  
 * @categories brands, commerce, finances  
 * @since 1.3
 * @see [See "square-logo" on phosphoricons.com](https://phosphoricons.com/?q="square-logo")
 */
export declare function PhSquareLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name square-split-horizontal  
 * @categories design, editor  
 * @since 2
 * @see [See "square-split-horizontal" on phosphoricons.com](https://phosphoricons.com/?q="square-split-horizontal")
 */
export declare function PhSquareSplitHorizontal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name square-split-vertical  
 * @categories design, editor  
 * @since 2
 * @see [See "square-split-vertical" on phosphoricons.com](https://phosphoricons.com/?q="square-split-vertical")
 */
export declare function PhSquareSplitVertical(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name squares-four  
 * @categories design, system  
 * @since 1
 * @see [See "squares-four" on phosphoricons.com](https://phosphoricons.com/?q="squares-four")
 */
export declare function PhSquaresFour(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name stack  
 * @categories design, office, editor  
 * @since 1
 * @see [See "stack" on phosphoricons.com](https://phosphoricons.com/?q="stack")
 */
export declare function PhStack(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name stack-minus  
 * @categories design, office, editor  
 * @since 2.1
 * @see [See "stack-minus" on phosphoricons.com](https://phosphoricons.com/?q="stack-minus")
 */
export declare function PhStackMinus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name stack-overflow-logo  
 * @categories brands, technology & development  
 * @since 1.4
 * @see [See "stack-overflow-logo" on phosphoricons.com](https://phosphoricons.com/?q="stack-overflow-logo")
 */
export declare function PhStackOverflowLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name stack-plus  
 * @categories design, office, editor  
 * @since 2.1
 * @see [See "stack-plus" on phosphoricons.com](https://phosphoricons.com/?q="stack-plus")
 */
export declare function PhStackPlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name stack-simple  
 * @categories design, office, editor  
 * @since 1
 * @see [See "stack-simple" on phosphoricons.com](https://phosphoricons.com/?q="stack-simple")
 */
export declare function PhStackSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name stairs  
 * @categories commerce, objects  
 * @since 2
 * @see [See "stairs" on phosphoricons.com](https://phosphoricons.com/?q="stairs")
 */
export declare function PhStairs(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name stamp  
 * @categories design, objects  
 * @since 1.4
 * @see [See "stamp" on phosphoricons.com](https://phosphoricons.com/?q="stamp")
 */
export declare function PhStamp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name standard-definition  
 * @categories media  
 * @since 2.1
 * @see [See "standard-definition" on phosphoricons.com](https://phosphoricons.com/?q="standard-definition")
 */
export declare function PhStandardDefinition(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name star  
 * @categories communications, maps & travel, nature  
 * @since 1
 * @see [See "star" on phosphoricons.com](https://phosphoricons.com/?q="star")
 */
export declare function PhStar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name star-and-crescent  
 * @categories communications, people  
 * @since 2
 * @see [See "star-and-crescent" on phosphoricons.com](https://phosphoricons.com/?q="star-and-crescent")
 */
export declare function PhStarAndCrescent(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name star-four  
 * @categories communications, nature  
 * @since 1.3
 * @see [See "star-four" on phosphoricons.com](https://phosphoricons.com/?q="star-four")
 */
export declare function PhStarFour(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name star-half  
 * @categories communications  
 * @since 1.3
 * @see [See "star-half" on phosphoricons.com](https://phosphoricons.com/?q="star-half")
 */
export declare function PhStarHalf(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name star-of-david  
 * @categories communications, people  
 * @since 2
 * @see [See "star-of-david" on phosphoricons.com](https://phosphoricons.com/?q="star-of-david")
 */
export declare function PhStarOfDavid(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name steam-logo  
 * @categories brands, games  
 * @since 2.1
 * @see [See "steam-logo" on phosphoricons.com](https://phosphoricons.com/?q="steam-logo")
 */
export declare function PhSteamLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name steering-wheel  
 * @categories maps & travel, objects  
 * @since 2
 * @see [See "steering-wheel" on phosphoricons.com](https://phosphoricons.com/?q="steering-wheel")
 */
export declare function PhSteeringWheel(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name steps  
 * @categories commerce, objects  
 * @since 2
 * @see [See "steps" on phosphoricons.com](https://phosphoricons.com/?q="steps")
 */
export declare function PhSteps(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name stethoscope  
 * @categories health & wellness, objects  
 * @since 2
 * @see [See "stethoscope" on phosphoricons.com](https://phosphoricons.com/?q="stethoscope")
 */
export declare function PhStethoscope(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sticker  
 * @categories communications  
 * @since 1.1
 * @see [See "sticker" on phosphoricons.com](https://phosphoricons.com/?q="sticker")
 */
export declare function PhSticker(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name stool  
 * @categories objects, commerce  
 * @since 2
 * @see [See "stool" on phosphoricons.com](https://phosphoricons.com/?q="stool")
 */
export declare function PhStool(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name stop  
 * @categories media, system  
 * @since 1
 * @see [See "stop" on phosphoricons.com](https://phosphoricons.com/?q="stop")
 */
export declare function PhStop(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name stop-circle  
 * @categories media, system  
 * @since 1
 * @see [See "stop-circle" on phosphoricons.com](https://phosphoricons.com/?q="stop-circle")
 */
export declare function PhStopCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name storefront  
 * @categories commerce, maps & travel  
 * @since 1
 * @see [See "storefront" on phosphoricons.com](https://phosphoricons.com/?q="storefront")
 */
export declare function PhStorefront(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name strategy  
 * @categories games, finances  
 * @since 1.4
 * @see [See "strategy" on phosphoricons.com](https://phosphoricons.com/?q="strategy")
 */
export declare function PhStrategy(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name stripe-logo  
 * @categories brands, commerce, finances  
 * @since 1.3
 * @see [See "stripe-logo" on phosphoricons.com](https://phosphoricons.com/?q="stripe-logo")
 */
export declare function PhStripeLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name student  
 * @categories people  
 * @since 1.3
 * @see [See "student" on phosphoricons.com](https://phosphoricons.com/?q="student")
 */
export declare function PhStudent(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name subset-of  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "subset-of" on phosphoricons.com](https://phosphoricons.com/?q="subset-of")
 */
export declare function PhSubsetOf(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name subset-proper-of  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "subset-proper-of" on phosphoricons.com](https://phosphoricons.com/?q="subset-proper-of")
 */
export declare function PhSubsetProperOf(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name subtitles  
 * @categories media  
 * @since 2
 * @see [See "subtitles" on phosphoricons.com](https://phosphoricons.com/?q="subtitles")
 */
export declare function PhSubtitles(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name subtitles-slash  
 * @categories media  
 * @since 2.1
 * @see [See "subtitles-slash" on phosphoricons.com](https://phosphoricons.com/?q="subtitles-slash")
 */
export declare function PhSubtitlesSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name subtract  
 * @categories design, editor  
 * @since 2
 * @see [See "subtract" on phosphoricons.com](https://phosphoricons.com/?q="subtract")
 */
export declare function PhSubtract(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name subtract-square  
 * @categories design, editor  
 * @since 2
 * @see [See "subtract-square" on phosphoricons.com](https://phosphoricons.com/?q="subtract-square")
 */
export declare function PhSubtractSquare(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name subway  
 * @categories maps & travel, objects  
 * @since 2.1
 * @see [See "subway" on phosphoricons.com](https://phosphoricons.com/?q="subway")
 */
export declare function PhSubway(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name suitcase  
 * @categories office, objects  
 * @since 1.1
 * @see [See "suitcase" on phosphoricons.com](https://phosphoricons.com/?q="suitcase")
 */
export declare function PhSuitcase(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name suitcase-rolling  
 * @categories maps & travel, objects  
 * @since 2
 * @see [See "suitcase-rolling" on phosphoricons.com](https://phosphoricons.com/?q="suitcase-rolling")
 */
export declare function PhSuitcaseRolling(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name suitcase-simple  
 * @categories office, objects  
 * @since 1.1
 * @see [See "suitcase-simple" on phosphoricons.com](https://phosphoricons.com/?q="suitcase-simple")
 */
export declare function PhSuitcaseSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sun  
 * @categories nature, system, weather  
 * @since 1
 * @see [See "sun" on phosphoricons.com](https://phosphoricons.com/?q="sun")
 */
export declare function PhSun(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sun-dim  
 * @categories nature, system, weather  
 * @since 1
 * @see [See "sun-dim" on phosphoricons.com](https://phosphoricons.com/?q="sun-dim")
 */
export declare function PhSunDim(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sun-horizon  
 * @categories nature, weather  
 * @since 1.1
 * @see [See "sun-horizon" on phosphoricons.com](https://phosphoricons.com/?q="sun-horizon")
 */
export declare function PhSunHorizon(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sunglasses  
 * @categories health & wellness, objects  
 * @since 1.4
 * @see [See "sunglasses" on phosphoricons.com](https://phosphoricons.com/?q="sunglasses")
 */
export declare function PhSunglasses(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name superset-of  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "superset-of" on phosphoricons.com](https://phosphoricons.com/?q="superset-of")
 */
export declare function PhSupersetOf(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name superset-proper-of  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "superset-proper-of" on phosphoricons.com](https://phosphoricons.com/?q="superset-proper-of")
 */
export declare function PhSupersetProperOf(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name swap  
 * @categories design, editor  
 * @since 1.3
 * @see [See "swap" on phosphoricons.com](https://phosphoricons.com/?q="swap")
 */
export declare function PhSwap(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name swatches  
 * @categories design, editor, objects  
 * @since 1.1
 * @see [See "swatches" on phosphoricons.com](https://phosphoricons.com/?q="swatches")
 */
export declare function PhSwatches(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name swimming-pool  
 * @categories health & wellness, maps & travel, games  
 * @since 2
 * @see [See "swimming-pool" on phosphoricons.com](https://phosphoricons.com/?q="swimming-pool")
 */
export declare function PhSwimmingPool(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name sword  
 * @categories games, objects  
 * @since 1.1
 * @see [See "sword" on phosphoricons.com](https://phosphoricons.com/?q="sword")
 */
export declare function PhSword(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name synagogue  
 * @categories maps & travel  
 * @since 2
 * @see [See "synagogue" on phosphoricons.com](https://phosphoricons.com/?q="synagogue")
 */
export declare function PhSynagogue(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name syringe  
 * @categories health & wellness  
 * @since 1.4
 * @see [See "syringe" on phosphoricons.com](https://phosphoricons.com/?q="syringe")
 */
export declare function PhSyringe(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name t-shirt  
 * @categories objects, commerce  
 * @since 1.2
 * @see [See "t-shirt" on phosphoricons.com](https://phosphoricons.com/?q="t-shirt")
 */
export declare function PhTShirt(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name table  
 * @categories finances, office, editor  
 * @since 1
 * @see [See "table" on phosphoricons.com](https://phosphoricons.com/?q="table")
 */
export declare function PhTable(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tabs  
 * @categories system  
 * @since 1.4
 * @see [See "tabs" on phosphoricons.com](https://phosphoricons.com/?q="tabs")
 */
export declare function PhTabs(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tag  
 * @categories commerce, technology & development, objects  
 * @since 1
 * @see [See "tag" on phosphoricons.com](https://phosphoricons.com/?q="tag")
 */
export declare function PhTag(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tag-chevron  
 * @categories commerce, technology & development, objects  
 * @since 1.2
 * @see [See "tag-chevron" on phosphoricons.com](https://phosphoricons.com/?q="tag-chevron")
 */
export declare function PhTagChevron(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tag-simple  
 * @categories commerce, technology & development, objects  
 * @since 1
 * @see [See "tag-simple" on phosphoricons.com](https://phosphoricons.com/?q="tag-simple")
 */
export declare function PhTagSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name target  
 * @categories maps & travel, objects  
 * @since 1
 * @see [See "target" on phosphoricons.com](https://phosphoricons.com/?q="target")
 */
export declare function PhTarget(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name taxi  
 * @categories maps & travel, objects  
 * @since 1.4
 * @see [See "taxi" on phosphoricons.com](https://phosphoricons.com/?q="taxi")
 */
export declare function PhTaxi(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tea-bag  
 * @categories commerce, maps & travel, objects  
 * @since 2.1
 * @see [See "tea-bag" on phosphoricons.com](https://phosphoricons.com/?q="tea-bag")
 */
export declare function PhTeaBag(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name telegram-logo  
 * @categories brands, communications  
 * @since 1.1
 * @see [See "telegram-logo" on phosphoricons.com](https://phosphoricons.com/?q="telegram-logo")
 */
export declare function PhTelegramLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name television  
 * @categories system, objects  
 * @since 1.3
 * @see [See "television" on phosphoricons.com](https://phosphoricons.com/?q="television")
 */
export declare function PhTelevision(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name television-simple  
 * @categories system, objects  
 * @since 1.3
 * @see [See "television-simple" on phosphoricons.com](https://phosphoricons.com/?q="television-simple")
 */
export declare function PhTelevisionSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tennis-ball  
 * @categories games, health & wellness, objects  
 * @since 1.3
 * @see [See "tennis-ball" on phosphoricons.com](https://phosphoricons.com/?q="tennis-ball")
 */
export declare function PhTennisBall(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tent  
 * @categories health & wellness, objects, nature, maps & travel  
 * @since 2
 * @see [See "tent" on phosphoricons.com](https://phosphoricons.com/?q="tent")
 */
export declare function PhTent(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name terminal  
 * @categories technology & development, system  
 * @since 1
 * @see [See "terminal" on phosphoricons.com](https://phosphoricons.com/?q="terminal")
 */
export declare function PhTerminal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name terminal-window  
 * @categories technology & development, system  
 * @since 1.3
 * @see [See "terminal-window" on phosphoricons.com](https://phosphoricons.com/?q="terminal-window")
 */
export declare function PhTerminalWindow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name test-tube  
 * @categories technology & development, nature, health & wellness, objects  
 * @since 1.3
 * @see [See "test-tube" on phosphoricons.com](https://phosphoricons.com/?q="test-tube")
 */
export declare function PhTestTube(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-a-underline  
 * @categories design, editor  
 * @since 2
 * @see [See "text-a-underline" on phosphoricons.com](https://phosphoricons.com/?q="text-a-underline")
 */
export declare function PhTextAUnderline(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-aa  
 * @categories design, editor  
 * @since 1.3
 * @see [See "text-aa" on phosphoricons.com](https://phosphoricons.com/?q="text-aa")
 */
export declare function PhTextAa(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-align-center  
 * @categories design, editor  
 * @since 1
 * @see [See "text-align-center" on phosphoricons.com](https://phosphoricons.com/?q="text-align-center")
 */
export declare function PhTextAlignCenter(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-align-justify  
 * @categories design, editor  
 * @since 1
 * @see [See "text-align-justify" on phosphoricons.com](https://phosphoricons.com/?q="text-align-justify")
 */
export declare function PhTextAlignJustify(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-align-left  
 * @categories design, editor  
 * @since 1
 * @see [See "text-align-left" on phosphoricons.com](https://phosphoricons.com/?q="text-align-left")
 */
export declare function PhTextAlignLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-align-right  
 * @categories design, editor  
 * @since 1
 * @see [See "text-align-right" on phosphoricons.com](https://phosphoricons.com/?q="text-align-right")
 */
export declare function PhTextAlignRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-b  
 * @categories design, editor  
 * @since 1.1
 * @see [See "text-b" on phosphoricons.com](https://phosphoricons.com/?q="text-b")
 */
export declare function PhTextB(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-columns  
 * @categories design, editor  
 * @since 2
 * @see [See "text-columns" on phosphoricons.com](https://phosphoricons.com/?q="text-columns")
 */
export declare function PhTextColumns(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-h  
 * @categories design, editor  
 * @since 1.3
 * @see [See "text-h" on phosphoricons.com](https://phosphoricons.com/?q="text-h")
 */
export declare function PhTextH(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-h-five  
 * @categories design, editor  
 * @since 1.3
 * @see [See "text-h-five" on phosphoricons.com](https://phosphoricons.com/?q="text-h-five")
 */
export declare function PhTextHFive(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-h-four  
 * @categories design, editor  
 * @since 1.3
 * @see [See "text-h-four" on phosphoricons.com](https://phosphoricons.com/?q="text-h-four")
 */
export declare function PhTextHFour(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-h-one  
 * @categories design, editor  
 * @since 1.3
 * @see [See "text-h-one" on phosphoricons.com](https://phosphoricons.com/?q="text-h-one")
 */
export declare function PhTextHOne(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-h-six  
 * @categories design, editor  
 * @since 1.3
 * @see [See "text-h-six" on phosphoricons.com](https://phosphoricons.com/?q="text-h-six")
 */
export declare function PhTextHSix(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-h-three  
 * @categories design, editor  
 * @since 1.3
 * @see [See "text-h-three" on phosphoricons.com](https://phosphoricons.com/?q="text-h-three")
 */
export declare function PhTextHThree(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-h-two  
 * @categories design, editor  
 * @since 1.3
 * @see [See "text-h-two" on phosphoricons.com](https://phosphoricons.com/?q="text-h-two")
 */
export declare function PhTextHTwo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-indent  
 * @categories design, editor  
 * @since 1.4
 * @see [See "text-indent" on phosphoricons.com](https://phosphoricons.com/?q="text-indent")
 */
export declare function PhTextIndent(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-italic  
 * @categories design, editor  
 * @since 1.1
 * @see [See "text-italic" on phosphoricons.com](https://phosphoricons.com/?q="text-italic")
 */
export declare function PhTextItalic(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-outdent  
 * @categories design, editor  
 * @since 1.4
 * @see [See "text-outdent" on phosphoricons.com](https://phosphoricons.com/?q="text-outdent")
 */
export declare function PhTextOutdent(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-strikethrough  
 * @categories design, editor  
 * @since 1.1
 * @see [See "text-strikethrough" on phosphoricons.com](https://phosphoricons.com/?q="text-strikethrough")
 */
export declare function PhTextStrikethrough(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-subscript  
 * @categories design, editor, finances  
 * @since 2.1
 * @see [See "text-subscript" on phosphoricons.com](https://phosphoricons.com/?q="text-subscript")
 */
export declare function PhTextSubscript(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-superscript  
 * @categories design, editor, finances  
 * @since 2.1
 * @see [See "text-superscript" on phosphoricons.com](https://phosphoricons.com/?q="text-superscript")
 */
export declare function PhTextSuperscript(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-t  
 * @categories design, editor  
 * @since 1
 * @see [See "text-t" on phosphoricons.com](https://phosphoricons.com/?q="text-t")
 */
export declare function PhTextT(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-t-slash  
 * @categories design, editor  
 * @since 2.1
 * @see [See "text-t-slash" on phosphoricons.com](https://phosphoricons.com/?q="text-t-slash")
 */
export declare function PhTextTSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name text-underline  
 * @categories design, editor  
 * @since 1.1
 * @see [See "text-underline" on phosphoricons.com](https://phosphoricons.com/?q="text-underline")
 */
export declare function PhTextUnderline(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name textbox  
 * @categories editor, system  
 * @since 1.4
 * @see [See "textbox" on phosphoricons.com](https://phosphoricons.com/?q="textbox")
 */
export declare function PhTextbox(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name thermometer  
 * @categories weather, health & wellness, objects  
 * @since 1.1
 * @see [See "thermometer" on phosphoricons.com](https://phosphoricons.com/?q="thermometer")
 */
export declare function PhThermometer(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name thermometer-cold  
 * @categories weather, health & wellness, objects  
 * @since 1.1
 * @see [See "thermometer-cold" on phosphoricons.com](https://phosphoricons.com/?q="thermometer-cold")
 */
export declare function PhThermometerCold(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name thermometer-hot  
 * @categories weather, health & wellness, objects  
 * @since 1.1
 * @see [See "thermometer-hot" on phosphoricons.com](https://phosphoricons.com/?q="thermometer-hot")
 */
export declare function PhThermometerHot(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name thermometer-simple  
 * @categories weather, health & wellness, objects  
 * @since 1.1
 * @see [See "thermometer-simple" on phosphoricons.com](https://phosphoricons.com/?q="thermometer-simple")
 */
export declare function PhThermometerSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name threads-logo  
 * @categories brands, communications  
 * @since 2.1
 * @see [See "threads-logo" on phosphoricons.com](https://phosphoricons.com/?q="threads-logo")
 */
export declare function PhThreadsLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name three-d  
 * @categories media, technology & development  
 * @since 2.1
 * @see [See "three-d" on phosphoricons.com](https://phosphoricons.com/?q="three-d")
 */
export declare function PhThreeD(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name thumbs-down  
 * @categories communications, people  
 * @since 1
 * @see [See "thumbs-down" on phosphoricons.com](https://phosphoricons.com/?q="thumbs-down")
 */
export declare function PhThumbsDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name thumbs-up  
 * @categories communications, people  
 * @since 1
 * @see [See "thumbs-up" on phosphoricons.com](https://phosphoricons.com/?q="thumbs-up")
 */
export declare function PhThumbsUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name ticket  
 * @categories commerce, maps & travel, objects  
 * @since 1
 * @see [See "ticket" on phosphoricons.com](https://phosphoricons.com/?q="ticket")
 */
export declare function PhTicket(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tidal-logo  
 * @categories brands, media  
 * @since 2
 * @see [See "tidal-logo" on phosphoricons.com](https://phosphoricons.com/?q="tidal-logo")
 */
export declare function PhTidalLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tiktok-logo  
 * @categories brands, communications  
 * @since 1.3
 * @see [See "tiktok-logo" on phosphoricons.com](https://phosphoricons.com/?q="tiktok-logo")
 */
export declare function PhTiktokLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tilde  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "tilde" on phosphoricons.com](https://phosphoricons.com/?q="tilde")
 */
export declare function PhTilde(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name timer  
 * @categories system, objects  
 * @since 1
 * @see [See "timer" on phosphoricons.com](https://phosphoricons.com/?q="timer")
 */
export declare function PhTimer(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tip-jar  
 * @categories commerce, finances, objects  
 * @since 2.1
 * @see [See "tip-jar" on phosphoricons.com](https://phosphoricons.com/?q="tip-jar")
 */
export declare function PhTipJar(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tipi  
 * @categories nature, objects, maps & travel  
 * @since 2
 * @see [See "tipi" on phosphoricons.com](https://phosphoricons.com/?q="tipi")
 */
export declare function PhTipi(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tire  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "tire" on phosphoricons.com](https://phosphoricons.com/?q="tire")
 */
export declare function PhTire(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name toggle-left  
 * @categories system  
 * @since 1.2
 * @see [See "toggle-left" on phosphoricons.com](https://phosphoricons.com/?q="toggle-left")
 */
export declare function PhToggleLeft(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name toggle-right  
 * @categories system  
 * @since 1.2
 * @see [See "toggle-right" on phosphoricons.com](https://phosphoricons.com/?q="toggle-right")
 */
export declare function PhToggleRight(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name toilet  
 * @categories health & wellness, objects  
 * @since 1.4
 * @see [See "toilet" on phosphoricons.com](https://phosphoricons.com/?q="toilet")
 */
export declare function PhToilet(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name toilet-paper  
 * @categories health & wellness, objects  
 * @since 1.3
 * @see [See "toilet-paper" on phosphoricons.com](https://phosphoricons.com/?q="toilet-paper")
 */
export declare function PhToiletPaper(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name toolbox  
 * @categories objects, system, commerce  
 * @since 2
 * @see [See "toolbox" on phosphoricons.com](https://phosphoricons.com/?q="toolbox")
 */
export declare function PhToolbox(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tooth  
 * @categories health & wellness  
 * @since 2
 * @see [See "tooth" on phosphoricons.com](https://phosphoricons.com/?q="tooth")
 */
export declare function PhTooth(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tornado  
 * @categories weather  
 * @since 2.1
 * @see [See "tornado" on phosphoricons.com](https://phosphoricons.com/?q="tornado")
 */
export declare function PhTornado(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tote  
 * @categories commerce, objects  
 * @since 1
 * @see [See "tote" on phosphoricons.com](https://phosphoricons.com/?q="tote")
 */
export declare function PhTote(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tote-simple  
 * @categories commerce, objects  
 * @since 1.2
 * @see [See "tote-simple" on phosphoricons.com](https://phosphoricons.com/?q="tote-simple")
 */
export declare function PhToteSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name towel  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "towel" on phosphoricons.com](https://phosphoricons.com/?q="towel")
 */
export declare function PhTowel(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tractor  
 * @categories commerce, objects  
 * @since 2.1
 * @see [See "tractor" on phosphoricons.com](https://phosphoricons.com/?q="tractor")
 */
export declare function PhTractor(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name trademark  
 * @categories commerce  
 * @since 2
 * @see [See "trademark" on phosphoricons.com](https://phosphoricons.com/?q="trademark")
 */
export declare function PhTrademark(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name trademark-registered  
 * @categories commerce  
 * @since 1.4
 * @see [See "trademark-registered" on phosphoricons.com](https://phosphoricons.com/?q="trademark-registered")
 */
export declare function PhTrademarkRegistered(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name traffic-cone  
 * @categories maps & travel  
 * @since 1.4
 * @see [See "traffic-cone" on phosphoricons.com](https://phosphoricons.com/?q="traffic-cone")
 */
export declare function PhTrafficCone(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name traffic-sign  
 * @categories maps & travel  
 * @since 1.2
 * @see [See "traffic-sign" on phosphoricons.com](https://phosphoricons.com/?q="traffic-sign")
 */
export declare function PhTrafficSign(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name traffic-signal  
 * @categories maps & travel  
 * @since 1.4
 * @see [See "traffic-signal" on phosphoricons.com](https://phosphoricons.com/?q="traffic-signal")
 */
export declare function PhTrafficSignal(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name train  
 * @categories maps & travel, objects  
 * @since 1
 * @see [See "train" on phosphoricons.com](https://phosphoricons.com/?q="train")
 */
export declare function PhTrain(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name train-regional  
 * @categories maps & travel, objects  
 * @since 1
 * @see [See "train-regional" on phosphoricons.com](https://phosphoricons.com/?q="train-regional")
 */
export declare function PhTrainRegional(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name train-simple  
 * @categories maps & travel, objects  
 * @since 1
 * @see [See "train-simple" on phosphoricons.com](https://phosphoricons.com/?q="train-simple")
 */
export declare function PhTrainSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tram  
 * @categories maps & travel, objects  
 * @since 2
 * @see [See "tram" on phosphoricons.com](https://phosphoricons.com/?q="tram")
 */
export declare function PhTram(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name translate  
 * @categories communications, system  
 * @since 1
 * @see [See "translate" on phosphoricons.com](https://phosphoricons.com/?q="translate")
 */
export declare function PhTranslate(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name trash  
 * @categories office, system  
 * @since 1
 * @see [See "trash" on phosphoricons.com](https://phosphoricons.com/?q="trash")
 */
export declare function PhTrash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name trash-simple  
 * @categories office, system  
 * @since 1
 * @see [See "trash-simple" on phosphoricons.com](https://phosphoricons.com/?q="trash-simple")
 */
export declare function PhTrashSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tray  
 * @categories office, communications, system  
 * @since 1
 * @see [See "tray" on phosphoricons.com](https://phosphoricons.com/?q="tray")
 */
export declare function PhTray(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tray-arrow-down  
 * @categories office, system  
 * @since 1
 * @see [See "tray-arrow-down" on phosphoricons.com](https://phosphoricons.com/?q="tray-arrow-down")
 */
export declare function PhTrayArrowDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tray-arrow-up  
 * @categories office, system  
 * @since 2.1
 * @see [See "tray-arrow-up" on phosphoricons.com](https://phosphoricons.com/?q="tray-arrow-up")
 */
export declare function PhTrayArrowUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name treasure-chest  
 * @categories games, objects  
 * @since 2.1
 * @see [See "treasure-chest" on phosphoricons.com](https://phosphoricons.com/?q="treasure-chest")
 */
export declare function PhTreasureChest(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tree  
 * @categories nature  
 * @since 1.3
 * @see [See "tree" on phosphoricons.com](https://phosphoricons.com/?q="tree")
 */
export declare function PhTree(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tree-evergreen  
 * @categories nature  
 * @since 1.3
 * @see [See "tree-evergreen" on phosphoricons.com](https://phosphoricons.com/?q="tree-evergreen")
 */
export declare function PhTreeEvergreen(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tree-palm  
 * @categories nature  
 * @since 2
 * @see [See "tree-palm" on phosphoricons.com](https://phosphoricons.com/?q="tree-palm")
 */
export declare function PhTreePalm(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tree-structure  
 * @categories technology & development, office  
 * @since 1.2
 * @see [See "tree-structure" on phosphoricons.com](https://phosphoricons.com/?q="tree-structure")
 */
export declare function PhTreeStructure(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tree-view  
 * @categories system  
 * @since 2.1
 * @see [See "tree-view" on phosphoricons.com](https://phosphoricons.com/?q="tree-view")
 */
export declare function PhTreeView(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name trend-down  
 * @categories finances, office  
 * @since 1
 * @see [See "trend-down" on phosphoricons.com](https://phosphoricons.com/?q="trend-down")
 */
export declare function PhTrendDown(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name trend-up  
 * @categories finances, office  
 * @since 1
 * @see [See "trend-up" on phosphoricons.com](https://phosphoricons.com/?q="trend-up")
 */
export declare function PhTrendUp(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name triangle  
 * @categories design  
 * @since 1
 * @see [See "triangle" on phosphoricons.com](https://phosphoricons.com/?q="triangle")
 */
export declare function PhTriangle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name triangle-dashed  
 * @categories design  
 * @since 2.1
 * @see [See "triangle-dashed" on phosphoricons.com](https://phosphoricons.com/?q="triangle-dashed")
 */
export declare function PhTriangleDashed(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name trolley  
 * @categories office, objects  
 * @since 2.1
 * @see [See "trolley" on phosphoricons.com](https://phosphoricons.com/?q="trolley")
 */
export declare function PhTrolley(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name trolley-suitcase  
 * @categories office, objects  
 * @since 2.1
 * @see [See "trolley-suitcase" on phosphoricons.com](https://phosphoricons.com/?q="trolley-suitcase")
 */
export declare function PhTrolleySuitcase(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name trophy  
 * @categories games, objects  
 * @since 1.2
 * @see [See "trophy" on phosphoricons.com](https://phosphoricons.com/?q="trophy")
 */
export declare function PhTrophy(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name truck  
 * @categories commerce, maps & travel, objects  
 * @since 1
 * @see [See "truck" on phosphoricons.com](https://phosphoricons.com/?q="truck")
 */
export declare function PhTruck(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name truck-trailer  
 * @categories commerce, maps & travel, objects  
 * @since 2.1
 * @see [See "truck-trailer" on phosphoricons.com](https://phosphoricons.com/?q="truck-trailer")
 */
export declare function PhTruckTrailer(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name tumblr-logo  
 * @categories brands, communications  
 * @since 2.1
 * @see [See "tumblr-logo" on phosphoricons.com](https://phosphoricons.com/?q="tumblr-logo")
 */
export declare function PhTumblrLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name twitch-logo  
 * @categories brands, communications, games  
 * @since 1.1
 * @see [See "twitch-logo" on phosphoricons.com](https://phosphoricons.com/?q="twitch-logo")
 */
export declare function PhTwitchLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name twitter-logo  
 * @categories brands, communications  
 * @since 1
 * @see [See "twitter-logo" on phosphoricons.com](https://phosphoricons.com/?q="twitter-logo")
 */
export declare function PhTwitterLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name umbrella  
 * @categories objects, weather  
 * @since 1.2
 * @see [See "umbrella" on phosphoricons.com](https://phosphoricons.com/?q="umbrella")
 */
export declare function PhUmbrella(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name umbrella-simple  
 * @categories objects, weather  
 * @since 1.2
 * @see [See "umbrella-simple" on phosphoricons.com](https://phosphoricons.com/?q="umbrella-simple")
 */
export declare function PhUmbrellaSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name union  
 * @categories finances, technology & development  
 * @since 2.1
 * @see [See "union" on phosphoricons.com](https://phosphoricons.com/?q="union")
 */
export declare function PhUnion(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name unite  
 * @categories design, editor  
 * @since 2
 * @see [See "unite" on phosphoricons.com](https://phosphoricons.com/?q="unite")
 */
export declare function PhUnite(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name unite-square  
 * @categories design, editor  
 * @since 2
 * @see [See "unite-square" on phosphoricons.com](https://phosphoricons.com/?q="unite-square")
 */
export declare function PhUniteSquare(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name upload  
 * @categories system  
 * @since 1
 * @see [See "upload" on phosphoricons.com](https://phosphoricons.com/?q="upload")
 */
export declare function PhUpload(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name upload-simple  
 * @categories system  
 * @since 1
 * @see [See "upload-simple" on phosphoricons.com](https://phosphoricons.com/?q="upload-simple")
 */
export declare function PhUploadSimple(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name usb  
 * @categories objects, system  
 * @since 2
 * @see [See "usb" on phosphoricons.com](https://phosphoricons.com/?q="usb")
 */
export declare function PhUsb(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user  
 * @categories people  
 * @since 1
 * @see [See "user" on phosphoricons.com](https://phosphoricons.com/?q="user")
 */
export declare function PhUser(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user-check  
 * @categories people  
 * @since 2.1
 * @see [See "user-check" on phosphoricons.com](https://phosphoricons.com/?q="user-check")
 */
export declare function PhUserCheck(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user-circle  
 * @categories people  
 * @since 1
 * @see [See "user-circle" on phosphoricons.com](https://phosphoricons.com/?q="user-circle")
 */
export declare function PhUserCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user-circle-check  
 * @categories people  
 * @since 2.1
 * @see [See "user-circle-check" on phosphoricons.com](https://phosphoricons.com/?q="user-circle-check")
 */
export declare function PhUserCircleCheck(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user-circle-dashed  
 * @categories people  
 * @since 2.1
 * @see [See "user-circle-dashed" on phosphoricons.com](https://phosphoricons.com/?q="user-circle-dashed")
 */
export declare function PhUserCircleDashed(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user-circle-gear  
 * @categories people  
 * @since 1
 * @see [See "user-circle-gear" on phosphoricons.com](https://phosphoricons.com/?q="user-circle-gear")
 */
export declare function PhUserCircleGear(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user-circle-minus  
 * @categories people  
 * @since 1
 * @see [See "user-circle-minus" on phosphoricons.com](https://phosphoricons.com/?q="user-circle-minus")
 */
export declare function PhUserCircleMinus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user-circle-plus  
 * @categories people  
 * @since 1
 * @see [See "user-circle-plus" on phosphoricons.com](https://phosphoricons.com/?q="user-circle-plus")
 */
export declare function PhUserCirclePlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user-focus  
 * @categories people  
 * @since 1.3
 * @see [See "user-focus" on phosphoricons.com](https://phosphoricons.com/?q="user-focus")
 */
export declare function PhUserFocus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user-gear  
 * @categories people  
 * @since 1
 * @see [See "user-gear" on phosphoricons.com](https://phosphoricons.com/?q="user-gear")
 */
export declare function PhUserGear(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user-list  
 * @categories people  
 * @since 1.3
 * @see [See "user-list" on phosphoricons.com](https://phosphoricons.com/?q="user-list")
 */
export declare function PhUserList(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user-minus  
 * @categories people  
 * @since 1
 * @see [See "user-minus" on phosphoricons.com](https://phosphoricons.com/?q="user-minus")
 */
export declare function PhUserMinus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user-plus  
 * @categories people  
 * @since 1
 * @see [See "user-plus" on phosphoricons.com](https://phosphoricons.com/?q="user-plus")
 */
export declare function PhUserPlus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user-rectangle  
 * @categories people  
 * @since 1
 * @see [See "user-rectangle" on phosphoricons.com](https://phosphoricons.com/?q="user-rectangle")
 */
export declare function PhUserRectangle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user-sound  
 * @categories people  
 * @since 2.1
 * @see [See "user-sound" on phosphoricons.com](https://phosphoricons.com/?q="user-sound")
 */
export declare function PhUserSound(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user-square  
 * @categories people  
 * @since 1
 * @see [See "user-square" on phosphoricons.com](https://phosphoricons.com/?q="user-square")
 */
export declare function PhUserSquare(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name user-switch  
 * @categories people  
 * @since 1.4
 * @see [See "user-switch" on phosphoricons.com](https://phosphoricons.com/?q="user-switch")
 */
export declare function PhUserSwitch(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name users  
 * @categories people  
 * @since 1
 * @see [See "users" on phosphoricons.com](https://phosphoricons.com/?q="users")
 */
export declare function PhUsers(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name users-four  
 * @categories people  
 * @since 1.3
 * @see [See "users-four" on phosphoricons.com](https://phosphoricons.com/?q="users-four")
 */
export declare function PhUsersFour(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name users-three  
 * @categories people  
 * @since 1.3
 * @see [See "users-three" on phosphoricons.com](https://phosphoricons.com/?q="users-three")
 */
export declare function PhUsersThree(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name van  
 * @categories maps & travel, objects  
 * @since 2
 * @see [See "van" on phosphoricons.com](https://phosphoricons.com/?q="van")
 */
export declare function PhVan(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name vault  
 * @categories objects, system, finances  
 * @since 1.4
 * @see [See "vault" on phosphoricons.com](https://phosphoricons.com/?q="vault")
 */
export declare function PhVault(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name vector-three  
 * @categories arrows, technology & development, design  
 * @since 2.1
 * @see [See "vector-three" on phosphoricons.com](https://phosphoricons.com/?q="vector-three")
 */
export declare function PhVectorThree(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name vector-two  
 * @categories arrows, technology & development, design  
 * @since 2.1
 * @see [See "vector-two" on phosphoricons.com](https://phosphoricons.com/?q="vector-two")
 */
export declare function PhVectorTwo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name vibrate  
 * @categories system  
 * @since 1
 * @see [See "vibrate" on phosphoricons.com](https://phosphoricons.com/?q="vibrate")
 */
export declare function PhVibrate(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name video  
 * @categories people  
 * @since 2
 * @see [See "video" on phosphoricons.com](https://phosphoricons.com/?q="video")
 */
export declare function PhVideo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name video-camera  
 * @categories media, system, objects  
 * @since 1
 * @see [See "video-camera" on phosphoricons.com](https://phosphoricons.com/?q="video-camera")
 */
export declare function PhVideoCamera(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name video-camera-slash  
 * @categories media, system  
 * @since 1
 * @see [See "video-camera-slash" on phosphoricons.com](https://phosphoricons.com/?q="video-camera-slash")
 */
export declare function PhVideoCameraSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name video-conference  
 * @categories media, system, communications  
 * @since 2.1
 * @see [See "video-conference" on phosphoricons.com](https://phosphoricons.com/?q="video-conference")
 */
export declare function PhVideoConference(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name vignette  
 * @categories design  
 * @since 1.4
 * @see [See "vignette" on phosphoricons.com](https://phosphoricons.com/?q="vignette")
 */
export declare function PhVignette(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name vinyl-record  
 * @categories media, office  
 * @since 2
 * @see [See "vinyl-record" on phosphoricons.com](https://phosphoricons.com/?q="vinyl-record")
 */
export declare function PhVinylRecord(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name virtual-reality  
 * @categories games, media  
 * @since 2
 * @see [See "virtual-reality" on phosphoricons.com](https://phosphoricons.com/?q="virtual-reality")
 */
export declare function PhVirtualReality(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name virus  
 * @categories health & wellness  
 * @since 2
 * @see [See "virus" on phosphoricons.com](https://phosphoricons.com/?q="virus")
 */
export declare function PhVirus(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name visor  
 * @categories technology & development, media, objects  
 * @since 2.1
 * @see [See "visor" on phosphoricons.com](https://phosphoricons.com/?q="visor")
 */
export declare function PhVisor(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name voicemail  
 * @categories system  
 * @since 1
 * @see [See "voicemail" on phosphoricons.com](https://phosphoricons.com/?q="voicemail")
 */
export declare function PhVoicemail(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name volleyball  
 * @categories games, health & wellness, objects  
 * @since 1.3
 * @see [See "volleyball" on phosphoricons.com](https://phosphoricons.com/?q="volleyball")
 */
export declare function PhVolleyball(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wall  
 * @categories objects, system  
 * @since 1.2
 * @see [See "wall" on phosphoricons.com](https://phosphoricons.com/?q="wall")
 */
export declare function PhWall(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wallet  
 * @categories commerce, finances, objects  
 * @since 1.2
 * @see [See "wallet" on phosphoricons.com](https://phosphoricons.com/?q="wallet")
 */
export declare function PhWallet(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name warehouse  
 * @categories commerce, maps & travel  
 * @since 2
 * @see [See "warehouse" on phosphoricons.com](https://phosphoricons.com/?q="warehouse")
 */
export declare function PhWarehouse(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name warning  
 * @categories system  
 * @since 1
 * @see [See "warning" on phosphoricons.com](https://phosphoricons.com/?q="warning")
 */
export declare function PhWarning(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name warning-circle  
 * @categories system  
 * @since 1
 * @see [See "warning-circle" on phosphoricons.com](https://phosphoricons.com/?q="warning-circle")
 */
export declare function PhWarningCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name warning-diamond  
 * @categories system  
 * @since 2
 * @see [See "warning-diamond" on phosphoricons.com](https://phosphoricons.com/?q="warning-diamond")
 */
export declare function PhWarningDiamond(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name warning-octagon  
 * @categories system  
 * @since 1
 * @see [See "warning-octagon" on phosphoricons.com](https://phosphoricons.com/?q="warning-octagon")
 */
export declare function PhWarningOctagon(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name washing-machine  
 * @categories commerce, maps & travel, objects  
 * @since 2.1
 * @see [See "washing-machine" on phosphoricons.com](https://phosphoricons.com/?q="washing-machine")
 */
export declare function PhWashingMachine(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name watch  
 * @categories system, objects  
 * @since 1
 * @see [See "watch" on phosphoricons.com](https://phosphoricons.com/?q="watch")
 */
export declare function PhWatch(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wave-sawtooth  
 * @categories media  
 * @since 1.4
 * @see [See "wave-sawtooth" on phosphoricons.com](https://phosphoricons.com/?q="wave-sawtooth")
 */
export declare function PhWaveSawtooth(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wave-sine  
 * @categories media  
 * @since 1.4
 * @see [See "wave-sine" on phosphoricons.com](https://phosphoricons.com/?q="wave-sine")
 */
export declare function PhWaveSine(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wave-square  
 * @categories media  
 * @since 1.4
 * @see [See "wave-square" on phosphoricons.com](https://phosphoricons.com/?q="wave-square")
 */
export declare function PhWaveSquare(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wave-triangle  
 * @categories media  
 * @since 1.4
 * @see [See "wave-triangle" on phosphoricons.com](https://phosphoricons.com/?q="wave-triangle")
 */
export declare function PhWaveTriangle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name waveform  
 * @categories media  
 * @since 2
 * @see [See "waveform" on phosphoricons.com](https://phosphoricons.com/?q="waveform")
 */
export declare function PhWaveform(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name waveform-slash  
 * @categories media  
 * @since 2.1
 * @see [See "waveform-slash" on phosphoricons.com](https://phosphoricons.com/?q="waveform-slash")
 */
export declare function PhWaveformSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name waves  
 * @categories nature, weather  
 * @since 1.3
 * @see [See "waves" on phosphoricons.com](https://phosphoricons.com/?q="waves")
 */
export declare function PhWaves(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name webcam  
 * @categories objects, system, communications  
 * @since 1.4
 * @see [See "webcam" on phosphoricons.com](https://phosphoricons.com/?q="webcam")
 */
export declare function PhWebcam(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name webcam-slash  
 * @categories communications, objects, system  
 * @since 2
 * @see [See "webcam-slash" on phosphoricons.com](https://phosphoricons.com/?q="webcam-slash")
 */
export declare function PhWebcamSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name webhooks-logo  
 * @categories technology & development, brands  
 * @since 2
 * @see [See "webhooks-logo" on phosphoricons.com](https://phosphoricons.com/?q="webhooks-logo")
 */
export declare function PhWebhooksLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wechat-logo  
 * @categories brands  
 * @since 2
 * @see [See "wechat-logo" on phosphoricons.com](https://phosphoricons.com/?q="wechat-logo")
 */
export declare function PhWechatLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name whatsapp-logo  
 * @categories brands, communications  
 * @since 1.1
 * @see [See "whatsapp-logo" on phosphoricons.com](https://phosphoricons.com/?q="whatsapp-logo")
 */
export declare function PhWhatsappLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wheelchair  
 * @categories health & wellness, maps & travel, people  
 * @since 1
 * @see [See "wheelchair" on phosphoricons.com](https://phosphoricons.com/?q="wheelchair")
 */
export declare function PhWheelchair(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wheelchair-motion  
 * @categories health & wellness, maps & travel, people  
 * @since 2
 * @see [See "wheelchair-motion" on phosphoricons.com](https://phosphoricons.com/?q="wheelchair-motion")
 */
export declare function PhWheelchairMotion(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wifi-high  
 * @categories system  
 * @since 1
 * @see [See "wifi-high" on phosphoricons.com](https://phosphoricons.com/?q="wifi-high")
 */
export declare function PhWifiHigh(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wifi-low  
 * @categories system  
 * @since 1
 * @see [See "wifi-low" on phosphoricons.com](https://phosphoricons.com/?q="wifi-low")
 */
export declare function PhWifiLow(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wifi-medium  
 * @categories system  
 * @since 1
 * @see [See "wifi-medium" on phosphoricons.com](https://phosphoricons.com/?q="wifi-medium")
 */
export declare function PhWifiMedium(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wifi-none  
 * @categories system  
 * @since 1
 * @see [See "wifi-none" on phosphoricons.com](https://phosphoricons.com/?q="wifi-none")
 */
export declare function PhWifiNone(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wifi-slash  
 * @categories system  
 * @since 1
 * @see [See "wifi-slash" on phosphoricons.com](https://phosphoricons.com/?q="wifi-slash")
 */
export declare function PhWifiSlash(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wifi-x  
 * @categories system  
 * @since 1
 * @see [See "wifi-x" on phosphoricons.com](https://phosphoricons.com/?q="wifi-x")
 */
export declare function PhWifiX(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wind  
 * @categories weather  
 * @since 1.1
 * @see [See "wind" on phosphoricons.com](https://phosphoricons.com/?q="wind")
 */
export declare function PhWind(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name windmill  
 * @categories commerce  
 * @since 2.1
 * @see [See "windmill" on phosphoricons.com](https://phosphoricons.com/?q="windmill")
 */
export declare function PhWindmill(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name windows-logo  
 * @categories brands, technology & development  
 * @since 1.3
 * @see [See "windows-logo" on phosphoricons.com](https://phosphoricons.com/?q="windows-logo")
 */
export declare function PhWindowsLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wine  
 * @categories commerce, maps & travel, objects  
 * @since 1.3
 * @see [See "wine" on phosphoricons.com](https://phosphoricons.com/?q="wine")
 */
export declare function PhWine(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name wrench  
 * @categories system, objects, commerce  
 * @since 1.1
 * @see [See "wrench" on phosphoricons.com](https://phosphoricons.com/?q="wrench")
 */
export declare function PhWrench(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name x  
 * @categories technology & development, finances, system  
 * @since 1
 * @see [See "x" on phosphoricons.com](https://phosphoricons.com/?q="x")
 */
export declare function PhX(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name x-circle  
 * @categories system  
 * @since 1
 * @see [See "x-circle" on phosphoricons.com](https://phosphoricons.com/?q="x-circle")
 */
export declare function PhXCircle(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name x-logo  
 * @categories brands, communications  
 * @since 2.1
 * @see [See "x-logo" on phosphoricons.com](https://phosphoricons.com/?q="x-logo")
 */
export declare function PhXLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name x-square  
 * @categories system  
 * @since 1
 * @see [See "x-square" on phosphoricons.com](https://phosphoricons.com/?q="x-square")
 */
export declare function PhXSquare(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name yarn  
 * @categories games, commerce  
 * @since 2.1
 * @see [See "yarn" on phosphoricons.com](https://phosphoricons.com/?q="yarn")
 */
export declare function PhYarn(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name yin-yang  
 * @categories communications  
 * @since 1.4
 * @see [See "yin-yang" on phosphoricons.com](https://phosphoricons.com/?q="yin-yang")
 */
export declare function PhYinYang(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

/**
 *
 * @name youtube-logo  
 * @categories brands, communications, media  
 * @since 1
 * @see [See "youtube-logo" on phosphoricons.com](https://phosphoricons.com/?q="youtube-logo")
 */
export declare function PhYoutubeLogo(__props: Partial<{
   weight: "thin" | "light" | "regular" | "bold" | "fill" | "duotone";
   size: number | string;
   color: string;
   mirrored: boolean;
   alt: string;
} & HTMLAttributes<"svg">>): any;

