import type { LogoProperties } from '@engie-group/fluid-types';
import type { InputSignalProps } from '../../utils/type.utils';
import * as i0 from "@angular/core";
export type LogoProps = LogoProperties & {
    /**
     * Sets a fixed width for the logo. Accepts any valid CSS value (e.g., `'120px'`, `'10rem'`).
     * When set, forwarded as a native SVG attribute on the `<svg>` element.
     */
    width?: string;
    /**
     * Sets a fixed height for the logo. Accepts any valid CSS value (e.g., `'40px'`, `'2.5rem'`).
     * When set, forwarded as a native SVG attribute on the `<svg>` element.
     */
    height?: string;
    /**
     * The accessible name for the logo (sets `aria-label` and `<title>`).
     * When omitted or empty, defaults to a format-dependent value:
     * `'ENGIE'` for standard/minified, `'ENGIE - Agissons ensemble'` for baseline-fr,
     * `"ENGIE - Let's act together"` for baseline-en.
     */
    label?: string;
    /**
     * When `true`, sets `aria-hidden="true"` and removes the accessible name.
     *
     * @default false
     */
    decorative?: boolean;
};
export declare class LogoComponent implements InputSignalProps<LogoProps> {
    private readonly rootClass;
    format: import("@angular/core").InputSignal<"standard" | "minified" | "baseline-fr" | "baseline-en" | undefined>;
    variant: import("@angular/core").InputSignal<"brand" | "white" | undefined>;
    width: import("@angular/core").InputSignal<string | undefined>;
    height: import("@angular/core").InputSignal<string | undefined>;
    label: import("@angular/core").InputSignal<string | undefined>;
    decorative: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
    protected classes: import("@angular/core").Signal<{
        [x: string]: boolean;
        "nj-logo": boolean;
    }>;
    protected viewBox: import("@angular/core").Signal<"0 0 94.55 94.55" | "0 0 413.12 202.87" | "0 0 393.77 202.84" | "0 0 382.68 138.23">;
    protected path: import("@angular/core").Signal<"M25.53 53.17c0-8.95 9.19-15.57 22.47-15.57s21.86 6.62 21.86 15.57zm60.83 12.61C89.52 41.63 79.2 25.4 47.59 25.4c-24.34 0-39.88 11.4-39.88 34.29 0 36.6 44.8 39.82 75.21 30.11l-2.64-11.96c-4.7 1.61-48.31 10.42-54.75-12.07h60.83ZM94.5 19.95C81.84 7.53 65.32 0 47.25 0S12.66 7.53 0 19.95C12.59 13.8 27.32 9.69 47.25 9.69S81.91 13.8 94.5 19.95" | "m19.88 202.45-2.36-7.64H8.33l-2.53 7.64H0l9.26-26.39h8.3l8.55 26.39zm-6.37-21.29h-.95l-2.89 9.12h6.48zm36.99-.11c-.82-.12-1.88-.23-3.17-.35s-2.66-.18-4.12-.18c-1.78 0-3.2.12-4.24.37s-1.85.6-2.41 1.07c-.68.54-1.24 1.44-1.67 2.71s-.65 2.83-.65 4.68c0 1.97.15 3.55.46 4.73s.74 2.06 1.3 2.62c.54.49 1.25.87 2.13 1.13s2.05.39 3.5.39c.68 0 1.31-.02 1.9-.07s1.1-.09 1.55-.14v-6.19h-5.6l.84-4.22h10.35v13.48c-1.01.35-2.37.73-4.08 1.13q-2.565.6-6.09.6c-2.06 0-3.86-.22-5.38-.65s-2.78-1.14-3.77-2.13c-.42-.45-.82-.97-1.2-1.58s-.69-1.33-.95-2.16-.46-1.78-.62-2.85c-.15-1.07-.23-2.29-.23-3.68 0-2.7.35-4.99 1.06-6.88.7-1.89 1.71-3.38 3.03-4.49.99-.8 2.23-1.44 3.75-1.93 1.51-.49 3.49-.74 5.93-.74 1.67 0 3.2.09 4.61.26 1.41.18 2.66.37 3.76.58v4.5Zm6.51 21.4v-26.39h5.74v26.39zm30.37-7.6c0 1.36-.22 2.58-.67 3.64-.45 1.07-.97 1.87-1.58 2.41-.73.63-1.81 1.12-3.26 1.46-1.44.34-3.14.51-5.09.51-1.6 0-3.14-.1-4.63-.3s-2.73-.46-3.71-.79v-4.26c.4.07.88.15 1.46.23s1.21.15 1.9.21 1.41.11 2.16.16 1.5.07 2.25.07c1.13 0 2.08-.05 2.85-.16s1.29-.29 1.55-.55c.21-.19.39-.46.53-.83.14-.36.21-.79.21-1.28 0-1.08-.25-1.79-.74-2.15-.54-.33-1.3-.65-2.29-.97-.98-.32-2.02-.66-3.1-1.02s-2.11-.77-3.1-1.21c-.98-.45-1.74-.97-2.25-1.58-.47-.56-.82-1.25-1.06-2.06s-.35-1.72-.35-2.73c0-1.5.22-2.73.65-3.69s.96-1.71 1.57-2.25c.33-.3.73-.59 1.21-.84.48-.26 1.06-.48 1.72-.67.67-.19 1.45-.34 2.34-.46s1.92-.18 3.1-.18c.7 0 1.41.02 2.11.07q1.05.075 2.04.18c.66.07 1.28.15 1.87.25.59.09 1.09.19 1.51.28v4.5c-.92-.12-2.01-.23-3.27-.35-1.27-.12-2.64-.18-4.12-.18-2.18 0-3.55.25-4.12.74-.23.24-.41.52-.53.86q-.18.51-.18 1.11 0 .705.12 1.2c.12.495.24.6.48.81.23.23.63.47 1.2.7.56.23 1.21.48 1.94.74s1.5.52 2.31.79 1.58.55 2.32.83 1.41.59 2.01.92q.9.495 1.35 1.02c.42.54.74 1.23.95 2.08.21.84.32 1.76.32 2.75Zm23.3 0c0 1.36-.22 2.58-.67 3.64-.45 1.07-.97 1.87-1.58 2.41-.73.63-1.81 1.12-3.26 1.46-1.44.34-3.14.51-5.09.51-1.6 0-3.14-.1-4.63-.3s-2.73-.46-3.71-.79v-4.26c.4.07.88.15 1.46.23s1.21.15 1.9.21 1.41.11 2.16.16 1.5.07 2.25.07c1.13 0 2.08-.05 2.85-.16s1.29-.29 1.55-.55c.21-.19.39-.46.53-.83.14-.36.21-.79.21-1.28 0-1.08-.25-1.79-.74-2.15-.54-.33-1.3-.65-2.29-.97-.98-.32-2.02-.66-3.1-1.02s-2.11-.77-3.1-1.21c-.98-.45-1.74-.97-2.25-1.58-.47-.56-.82-1.25-1.06-2.06s-.35-1.72-.35-2.73c0-1.5.22-2.73.65-3.69s.96-1.71 1.57-2.25c.33-.3.73-.59 1.21-.84.48-.26 1.06-.48 1.72-.67.67-.19 1.45-.34 2.34-.46s1.92-.18 3.1-.18c.7 0 1.41.02 2.11.07q1.05.075 2.04.18c.66.07 1.28.15 1.87.25.59.09 1.09.19 1.51.28v4.5c-.92-.12-2.01-.23-3.27-.35-1.27-.12-2.64-.18-4.12-.18-2.18 0-3.55.25-4.12.74-.23.24-.41.52-.53.86q-.18.51-.18 1.11 0 .705.12 1.2c.12.495.24.6.48.81.23.23.63.47 1.2.7.56.23 1.21.48 1.94.74s1.5.52 2.31.79 1.58.55 2.32.83 1.41.59 2.01.92q.9.495 1.35 1.02c.42.54.74 1.23.95 2.08.21.84.32 1.76.32 2.75Zm17.21-19.15q3.555 0 5.7.84c1.43.56 2.57 1.29 3.41 2.18.4.45.77.97 1.13 1.57.35.6.66 1.31.92 2.13s.46 1.77.6 2.83c.14 1.07.21 2.29.21 3.68 0 2.63-.36 4.89-1.09 6.79s-1.64 3.38-2.75 4.43c-.52.49-1.11.91-1.79 1.25s-1.41.62-2.2.83-1.6.36-2.45.46c-.84.09-1.68.14-2.5.14q-3.48 0-5.58-.81c-1.4-.54-2.52-1.25-3.36-2.15-.42-.42-.82-.94-1.18-1.55s-.69-1.33-.97-2.16-.51-1.78-.67-2.85-.25-2.28-.25-3.64c0-2.72.37-5.03 1.13-6.93.75-1.9 1.69-3.34 2.82-4.33.96-.82 2.18-1.48 3.66-1.97s3.21-.74 5.21-.74m-.67 22.25c1.24 0 2.26-.13 3.04-.4.79-.27 1.41-.62 1.88-1.04.52-.47.97-1.33 1.37-2.59.4-1.25.6-2.83.6-4.73s-.14-3.31-.42-4.43c-.28-1.13-.67-1.96-1.16-2.5-.45-.52-1.1-.91-1.95-1.18s-1.81-.4-2.87-.4q-3.315 0-4.89 1.44c-.52.47-.97 1.31-1.37 2.53s-.6 2.79-.6 4.72c0 1.81.14 3.28.42 4.42s.67 1.98 1.16 2.52c.52.56 1.2.98 2.04 1.25s1.76.4 2.75.4Zm34.28 4.5-10.1-21.15h-.6v21.15h-5.17v-26.39h8.9l9.92 21.01h.53v-21.01h5.21v26.39zm33.4-7.6c0 1.36-.22 2.58-.67 3.64-.45 1.07-.97 1.87-1.58 2.41-.73.63-1.81 1.12-3.26 1.46-1.44.34-3.14.51-5.09.51-1.6 0-3.14-.1-4.63-.3s-2.73-.46-3.71-.79v-4.26c.4.07.88.15 1.46.23s1.21.15 1.9.21 1.41.11 2.16.16 1.5.07 2.25.07c1.13 0 2.08-.05 2.85-.16s1.29-.29 1.55-.55c.21-.19.39-.46.53-.83.14-.36.21-.79.21-1.28 0-1.08-.25-1.79-.74-2.15-.54-.33-1.3-.65-2.29-.97-.98-.32-2.02-.66-3.1-1.02s-2.11-.77-3.1-1.21c-.98-.45-1.74-.97-2.25-1.58-.47-.56-.82-1.25-1.06-2.06s-.35-1.72-.35-2.73c0-1.5.22-2.73.65-3.69s.96-1.71 1.57-2.25c.33-.3.73-.59 1.21-.84.48-.26 1.06-.48 1.72-.67.67-.19 1.45-.34 2.34-.46s1.92-.18 3.1-.18c.7 0 1.41.02 2.11.07q1.05.075 2.04.18c.66.07 1.28.15 1.87.25.59.09 1.09.19 1.51.28v4.5c-.92-.12-2.01-.23-3.27-.35-1.27-.12-2.64-.18-4.12-.18-2.18 0-3.55.25-4.12.74-.23.24-.41.52-.53.86q-.18.51-.18 1.11 0 .705.12 1.2c.12.495.24.6.48.81.23.23.63.47 1.2.7.56.23 1.21.48 1.94.74s1.5.52 2.31.79 1.58.55 2.32.83 1.41.59 2.01.92q.9.495 1.35 1.02c.42.54.74 1.23.95 2.08.21.84.32 1.76.32 2.75Zm32.41 7.6h-17.56v-26.39h18.23l-.92 4.79h-11.61v5.84h10.42l-.92 4.61h-9.5v6.3h12.95l-1.09 4.86Zm21.47 0-10.1-21.15h-.6v21.15h-5.17v-26.39h8.9l9.92 21.01h.53v-21.01h5.21v26.39zm33.39-7.6c0 1.36-.22 2.58-.67 3.64-.45 1.07-.97 1.87-1.58 2.41-.73.63-1.81 1.12-3.26 1.46-1.44.34-3.14.51-5.09.51-1.6 0-3.14-.1-4.63-.3s-2.73-.46-3.71-.79v-4.26c.4.07.88.15 1.46.23s1.21.15 1.9.21 1.41.11 2.16.16 1.5.07 2.25.07c1.13 0 2.08-.05 2.85-.16s1.29-.29 1.55-.55c.21-.19.39-.46.53-.83.14-.36.21-.79.21-1.28 0-1.08-.25-1.79-.74-2.15-.54-.33-1.3-.65-2.29-.97-.98-.32-2.02-.66-3.1-1.02s-2.11-.77-3.1-1.21c-.98-.45-1.74-.97-2.25-1.58-.47-.56-.82-1.25-1.06-2.06s-.35-1.72-.35-2.73c0-1.5.22-2.73.65-3.69s.96-1.71 1.57-2.25c.33-.3.73-.59 1.21-.84.48-.26 1.06-.48 1.72-.67.67-.19 1.45-.34 2.34-.46s1.92-.18 3.1-.18c.7 0 1.41.02 2.11.07q1.05.075 2.04.18c.66.07 1.28.15 1.87.25.59.09 1.09.19 1.51.28v4.5c-.92-.12-2.01-.23-3.27-.35-1.27-.12-2.64-.18-4.12-.18-2.18 0-3.55.25-4.12.74-.23.24-.41.52-.53.86q-.18.51-.18 1.11 0 .705.12 1.2c.12.495.24.6.48.81.23.23.63.47 1.2.7.56.23 1.21.48 1.94.74s1.5.52 2.31.79 1.58.55 2.32.83 1.41.59 2.01.92q.9.495 1.35 1.02c.42.54.74 1.23.95 2.08.21.84.32 1.76.32 2.75Zm22.81 7.6h-17.56v-26.39h18.23l-.92 4.79h-11.61v5.84h10.42l-.92 4.61h-9.5v6.3h12.95l-1.09 4.86Zm29.8 0v-21.26h-.49l-5.95 17.14h-6.72l-5.42-17.07h-.53v21.19h-5.1v-26.39h9.15l5.24 17.07h.53l5.56-17.07h9.08v26.39zm32.63-7.85c0 1.57-.25 2.9-.76 3.98s-1.1 1.89-1.78 2.43c-.73.54-1.66.92-2.8 1.13s-2.34.32-3.61.32h-11.72v-26.39h11.16c3.05 0 5.07.32 6.05.95 1.45.82 2.18 2.5 2.18 5.03 0 1.17-.16 2.11-.48 2.8s-.6 1.17-.86 1.42c-.16.12-.37.25-.62.39s-.51.28-.79.42q-.42.21-.81.42c-.26.14-.49.26-.7.35v.25c.31.05.65.12 1.04.23.39.1.77.22 1.14.35s.73.28 1.06.44.6.34.81.53c.47.4.83 1.02 1.09 1.86s.39 1.88.39 3.1Zm-7.11-11.08c0-1.27-.32-2.15-.95-2.64-.21-.19-.54-.31-.99-.37s-.94-.09-1.48-.09h-4.4v6.48h4.15c.52 0 1.01-.03 1.48-.09s.82-.16 1.06-.3c.3-.16.57-.51.79-1.04q.33-.795.33-1.95Zm1.27 11.05c0-.68-.11-1.27-.32-1.78-.21-.5-.47-.86-.77-1.07-.35-.26-.84-.42-1.46-.48s-1.17-.09-1.64-.09h-4.89v6.86l4.79.04c.7 0 1.37-.05 1.99-.14s1.07-.27 1.35-.53c.26-.26.48-.62.67-1.09s.28-1.04.28-1.72m16.57 3.02h12.63l-1.09 4.86h-17.24v-26.39h5.7v21.54Zm34.28 4.86h-17.56v-26.39h18.23l-.92 4.79h-11.61v5.84h10.42l-.92 4.61h-9.5v6.3h12.95l-1.09 4.86ZM39 98.07c0-8.7 8.93-15.13 21.84-15.13s21.24 6.43 21.24 15.13H38.99Zm59.12 12.25c3.07-23.48-6.96-39.25-37.68-39.25-23.66 0-38.76 11.08-38.76 33.33 0 35.57 43.54 38.7 73.1 29.26l-2.56-11.62c-4.57 1.56-46.96 10.13-53.22-11.73h59.12Zm70.7 2.32V72.6h16.04v63.97l-14.23-.01-44-41.82.01 41.83h-16.05V72.6h16.05zm100.24-25.32c-46.96-10.71-55.55.34-55.55 17.2 0 14.22 12.14 23.35 44.48 19.73v-13.9h-23.91v-12.3h39.88v23.91c0 5.89-2.65 9.43-6.73 11.63-6.36 3.43-15.62 4.45-27.22 4.45-23.95 0-43.3-11.07-43.3-33.52 0-19.9 13.2-33.45 40.51-33.45 13.18 0 22.8 1.73 31.85 4.21v12.03Zm17.49 2.28h16.08v46.97h-16.08zm0-17.01h16.08v11.65h-16.08zm45.63 25.48c0-8.7 8.93-15.13 21.84-15.13s21.24 6.43 21.24 15.13h-43.09Zm59.12 12.25c3.07-23.48-6.96-39.25-37.68-39.25-23.66 0-38.76 11.08-38.76 33.33 0 35.57 43.54 38.7 73.1 29.26l-2.56-11.62c-4.57 1.56-46.96 10.13-53.22-11.73h59.12ZM398.09 55.5C346.81 20.95 279.93 0 206.76 0S66.7 20.95 15.42 55.5c51-17.11 110.62-28.54 191.34-28.54S347.1 38.39 398.1 55.5Z" | "M5.7 197.59h12.63l-1.09 4.86H0v-26.39h5.7v21.54Zm34.28 4.86H22.42v-26.39h18.23l-.92 4.79H28.12v5.84h10.42l-.92 4.61h-9.5v6.3h12.95l-1.09 4.86Zm22.91-21.61h-7.43v21.61h-5.7v-21.61h-7.92l.88-4.79h21.01zm6.44-4.79h5.88l-5.38 9.26h-4.75l4.26-9.26Zm28.19 18.8c0 1.36-.22 2.58-.67 3.64-.45 1.07-.97 1.87-1.58 2.41-.73.63-1.81 1.12-3.26 1.46-1.44.34-3.14.51-5.09.51-1.6 0-3.14-.1-4.63-.3s-2.73-.46-3.71-.79v-4.26c.4.07.88.15 1.46.23s1.21.15 1.9.21 1.41.11 2.16.16 1.5.07 2.25.07c1.13 0 2.08-.05 2.85-.16s1.29-.29 1.55-.55c.21-.19.39-.46.53-.83.14-.36.21-.79.21-1.28 0-1.08-.25-1.79-.74-2.15-.54-.33-1.3-.65-2.29-.97-.98-.32-2.02-.66-3.1-1.02s-2.11-.77-3.1-1.21c-.98-.45-1.74-.97-2.25-1.58-.47-.56-.82-1.25-1.06-2.06s-.35-1.72-.35-2.73c0-1.5.22-2.73.65-3.69s.96-1.71 1.57-2.25c.33-.3.73-.59 1.21-.84.48-.26 1.06-.48 1.72-.67.67-.19 1.45-.34 2.34-.46s1.92-.18 3.1-.18c.7 0 1.41.02 2.11.07q1.05.075 2.04.18c.66.07 1.28.15 1.87.25.59.09 1.09.19 1.51.28v4.5c-.92-.12-2.01-.23-3.27-.35-1.27-.12-2.64-.18-4.12-.18-2.18 0-3.55.25-4.12.74-.23.24-.41.52-.53.86q-.18.51-.18 1.11 0 .705.12 1.2c.12.495.24.6.48.81.23.23.63.47 1.2.7.56.23 1.21.48 1.94.74s1.5.52 2.31.79 1.58.55 2.32.83 1.41.59 2.01.92q.9.495 1.35 1.02c.42.54.74 1.23.95 2.08.21.84.32 1.76.32 2.75Zm32.27 7.6-2.36-7.64h-9.19l-2.53 7.64h-5.81l9.26-26.39h8.31l8.55 26.39zm-6.37-21.29h-.95l-2.89 9.12h6.48zm35.37-.11c-.77-.12-1.69-.24-2.75-.37s-2.25-.19-3.59-.19c-1.62 0-2.92.13-3.89.39s-1.73.62-2.27 1.09c-.68.56-1.23 1.5-1.64 2.8s-.62 2.83-.62 4.59.17 3.14.51 4.36.78 2.1 1.32 2.64c.96 1.03 2.9 1.55 5.81 1.55 1.31 0 2.58-.08 3.8-.23s2.32-.33 3.31-.55v4.29c-.99.33-2.19.64-3.62.93s-3.1.44-5 .44c-2.11 0-3.89-.24-5.35-.7s-2.66-1.22-3.62-2.25c-.89-.96-1.6-2.26-2.11-3.89-.52-1.63-.77-3.7-.77-6.21 0-2.84.37-5.2 1.11-7.07.74-1.88 1.67-3.31 2.8-4.29q1.515-1.23 3.75-1.95c1.49-.48 3.3-.72 5.44-.72 1.57 0 2.94.08 4.1.25 1.16.16 2.26.36 3.29.6v4.5Zm23.44-.21h-7.43v21.61h-5.7v-21.61h-7.92l.88-4.79h21.01zm32.72 0h-7.43v21.61h-5.7v-21.61h-7.92l.88-4.79h21.01zm14.26-5.14q3.555 0 5.7.84c1.43.56 2.57 1.29 3.41 2.18.4.45.77.97 1.13 1.57.35.6.66 1.31.92 2.13s.46 1.77.6 2.83c.14 1.07.21 2.29.21 3.68 0 2.63-.36 4.89-1.09 6.79s-1.64 3.38-2.75 4.43c-.52.49-1.11.91-1.79 1.25s-1.41.62-2.2.83-1.6.36-2.45.46c-.84.09-1.68.14-2.5.14q-3.48 0-5.58-.81c-1.4-.54-2.52-1.25-3.36-2.15-.42-.42-.82-.94-1.18-1.55s-.69-1.33-.97-2.16-.51-1.78-.67-2.85-.25-2.28-.25-3.64c0-2.72.37-5.03 1.13-6.93.75-1.9 1.69-3.34 2.82-4.33.96-.82 2.18-1.48 3.66-1.97s3.21-.74 5.21-.74m-.67 22.24c1.24 0 2.26-.13 3.04-.4.79-.27 1.41-.62 1.88-1.04.52-.47.97-1.33 1.37-2.59.4-1.25.6-2.83.6-4.73s-.14-3.31-.42-4.43c-.28-1.13-.67-1.96-1.16-2.5-.45-.52-1.1-.91-1.95-1.18s-1.81-.4-2.87-.4q-3.315 0-4.89 1.44c-.52.47-.97 1.31-1.37 2.53s-.6 2.79-.6 4.72c0 1.81.14 3.28.42 4.42s.67 1.98 1.16 2.52c.52.56 1.2.98 2.04 1.25s1.76.4 2.75.4Zm39.66-16.89c-.82-.12-1.88-.23-3.17-.35s-2.66-.18-4.12-.18c-1.78 0-3.2.12-4.24.37s-1.85.6-2.41 1.07c-.68.54-1.24 1.44-1.67 2.71s-.65 2.83-.65 4.68c0 1.97.15 3.55.46 4.73s.74 2.06 1.3 2.62c.54.49 1.25.87 2.13 1.13s2.05.39 3.5.39c.68 0 1.31-.02 1.9-.07s1.1-.09 1.55-.14v-6.19h-5.6l.84-4.22h10.35v13.48c-1.01.35-2.37.73-4.08 1.13q-2.565.6-6.09.6c-2.06 0-3.86-.22-5.38-.65s-2.78-1.14-3.77-2.13c-.42-.45-.82-.97-1.2-1.58s-.69-1.33-.95-2.16-.46-1.78-.62-2.85c-.15-1.07-.23-2.29-.23-3.68 0-2.7.35-4.99 1.06-6.88.7-1.89 1.71-3.38 3.03-4.49.99-.8 2.23-1.44 3.75-1.93 1.51-.49 3.49-.74 5.93-.74 1.67 0 3.2.09 4.61.26 1.41.18 2.66.37 3.77.58v4.5Zm24.11 21.4h-17.56v-26.39h18.23l-.92 4.79h-11.61v5.84h10.42l-.92 4.61h-9.5v6.3h12.95l-1.09 4.86Zm22.91-21.61h-7.43v21.61h-5.7v-21.61h-7.92l.88-4.79h21.01zm21.47 21.61v-10.91h-11.02v10.91h-5.74v-26.39h5.74v10.63h11.02v-10.63h5.7v26.39zm29.87 0H349v-26.39h18.23l-.92 4.79H354.7v5.84h10.42l-.92 4.61h-9.5v6.3h12.95l-1.09 4.86Zm16.4-26.4c1.81 0 3.22.09 4.24.28s1.79.46 2.31.81c.63.45 1.16 1.14 1.58 2.08s.63 2.08.63 3.41c0 1.24-.15 2.33-.44 3.25-.29.93-.65 1.66-1.07 2.2-.19.16-.44.35-.76.55s-.67.4-1.06.6-.79.39-1.21.56c-.42.18-.81.33-1.16.48v.25c.21.09.46.21.74.35s.56.29.83.44.52.31.76.46.42.3.56.44c.23.28.54.77.92 1.48.37.7.78 1.53 1.21 2.48s.88 1.98 1.35 3.08l1.37 3.2h-6.58c-.47-1.22-.92-2.36-1.35-3.41-.43-1.06-.84-1.99-1.23-2.8s-.74-1.48-1.07-2.01-.62-.89-.88-1.07c-.28-.26-.74-.43-1.39-.51s-1.38-.12-2.2-.12h-1.2v9.92h-5.74v-26.39h10.84Zm-5.1 11.87h3.2c.98 0 1.75-.05 2.29-.14s.96-.23 1.27-.42q.525-.345.93-1.2c.27-.56.4-1.3.4-2.22 0-.68-.09-1.27-.28-1.78s-.42-.87-.7-1.11q-.42-.39-1.2-.51c-.52-.08-1.15-.12-1.9-.12h-4.01zM29.13 98.07c0-8.7 8.93-15.13 21.84-15.13s21.24 6.43 21.24 15.13zm59.12 12.25c3.07-23.48-6.96-39.25-37.68-39.25-23.66 0-38.76 11.08-38.76 33.33 0 35.57 43.54 38.7 73.1 29.26l-2.56-11.62c-4.57 1.56-46.96 10.13-53.22-11.73h59.12Zm70.7 2.32V72.6h16.04v63.97l-14.23-.01-44.01-41.82.01 41.83h-16.04V72.6h16.04zm100.23-25.32c-46.96-10.71-55.55.34-55.55 17.2 0 14.22 12.14 23.35 44.48 19.73v-13.9H224.2v-12.3h39.88v23.91c0 5.89-2.65 9.43-6.73 11.63-6.36 3.43-15.62 4.45-27.22 4.45-23.95 0-43.3-11.07-43.3-33.52 0-19.9 13.2-33.45 40.51-33.45 13.18 0 22.8 1.73 31.85 4.21v12.03Zm17.5 2.28h16.08v46.97h-16.08zm0-17.01h16.08v11.65h-16.08zm45.63 25.48c0-8.7 8.93-15.13 21.84-15.13s21.24 6.43 21.24 15.13H322.3Zm59.12 12.25c3.07-23.48-6.96-39.25-37.68-39.25-23.66 0-38.76 11.08-38.76 33.33 0 35.57 43.54 38.7 73.1 29.26l-2.56-11.62c-4.57 1.56-46.96 10.13-53.22-11.73h59.12ZM388.22 55.5C336.94 20.95 270.06 0 196.88 0S56.82 20.95 5.55 55.5c51-17.11 110.62-28.54 191.34-28.54S337.23 38.39 388.23 55.5Z" | "M23.59 98.07c0-8.7 8.93-15.13 21.84-15.13s21.24 6.43 21.24 15.13zm59.12 12.25c3.07-23.48-6.96-39.25-37.68-39.25-23.66 0-38.76 11.08-38.76 33.33 0 35.57 43.54 38.7 73.1 29.26l-2.56-11.62c-4.57 1.56-46.96 10.13-53.22-11.73h59.12Zm70.69 2.32V72.6h16.04v63.97l-14.23-.01-44-41.82.01 41.83H95.18V72.6h16.04zm100.24-25.32c-46.96-10.71-55.55.34-55.55 17.2 0 14.22 12.14 23.35 44.48 19.73v-13.9h-23.91v-12.3h39.88v23.91c0 5.89-2.65 9.43-6.73 11.63-6.36 3.43-15.62 4.45-27.22 4.45-23.95 0-43.3-11.07-43.3-33.52 0-19.9 13.2-33.45 40.51-33.45 13.18 0 22.8 1.73 31.85 4.21v12.03Zm17.5 2.28h16.08v46.97h-16.08zm0-17.01h16.08v11.65h-16.08zm45.62 25.48c0-8.7 8.93-15.13 21.84-15.13s21.24 6.43 21.24 15.13h-43.09Zm59.12 12.25c3.07-23.48-6.96-39.25-37.68-39.25-23.66 0-38.76 11.08-38.76 33.33 0 35.57 43.54 38.7 73.1 29.26l-2.56-11.62c-4.57 1.56-46.96 10.13-53.22-11.73h59.12ZM382.68 55.5C331.4 20.95 264.51 0 191.34 0S51.28 20.95 0 55.5c51-17.11 110.62-28.54 191.34-28.54S331.68 38.39 382.68 55.5">;
    protected defaultLabel: import("@angular/core").Signal<"ENGIE - Agissons ensemble" | "ENGIE - Let's act together" | "ENGIE">;
    protected effectiveLabel: import("@angular/core").Signal<string>;
    static ɵfac: i0.ɵɵFactoryDeclaration<LogoComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "nj-logo", never, { "format": { "alias": "format"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "decorative": { "alias": "decorative"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}
