import { CSSCustomPropertyBehavior } from '@microsoft/fast-foundation'; /** * Behavior to resolve and make available the neutral-foreground-rest CSS custom property. * @public */ export declare const neutralForegroundRestBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-foreground-hover CSS custom property. * @public */ export declare const neutralForegroundHoverBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-foreground-active CSS custom property. * @public */ export declare const neutralForegroundActiveBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-foreground-focus CSS custom property. * @public */ export declare const neutralForegroundFocusBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-foreground-toggle CSS custom property. * @public */ export declare const neutralForegroundToggleBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-foreground-toggle-large CSS custom property. * @public */ export declare const neutralForegroundToggleLargeBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-foreground-hint CSS custom property. * @public */ export declare const neutralForegroundHintBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-foreground-hint-large CSS custom property. * @public */ export declare const neutralForegroundHintLargeBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-foreground-rest CSS custom property. * @public */ export declare const accentForegroundRestBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-foreground-hover CSS custom property. * @public */ export declare const accentForegroundHoverBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-foreground-active CSS custom property. * @public */ export declare const accentForegroundActiveBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-foreground-focus CSS custom property. * @public */ export declare const accentForegroundFocusBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-foreground-cut-rest CSS custom property. * @public */ export declare const accentForegroundCutRestBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-foreground-large-rest CSS custom property. * @public */ export declare const accentForegroundLargeRestBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-foreground-large-hover CSS custom property. * @public */ export declare const accentForegroundLargeHoverBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-foreground-large-active CSS custom property. * @public */ export declare const accentForegroundLargeActiveBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-foreground-large-focus CSS custom property. * @public */ export declare const accentForegroundLargeFocusBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-rest CSS custom property. * @public */ export declare const neutralFillRestBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-hover CSS custom property. * @public */ export declare const neutralFillHoverBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-active CSS custom property. * @public */ export declare const neutralFillActiveBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-focus CSS custom property. * @public */ export declare const neutralFillFocusBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-selected CSS custom property. * @public */ export declare const neutralFillSelectedBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-stealth-rest CSS custom property. * @public */ export declare const neutralFillStealthRestBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-stealth-hover CSS custom property. * @public */ export declare const neutralFillStealthHoverBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-stealth-active CSS custom property. * @public */ export declare const neutralFillStealthActiveBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-stealth-focus CSS custom property. * @public */ export declare const neutralFillStealthFocusBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-stealth-selected CSS custom property. * @public */ export declare const neutralFillStealthSelectedBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-toggle-rest CSS custom property. * @public */ export declare const neutralFillToggleRestBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-toggle-hover CSS custom property. * @public */ export declare const neutralFillToggleHoverBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-toggle-active CSS custom property. * @public */ export declare const neutralFillToggleActiveBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-toggle-focus CSS custom property. * @public */ export declare const neutralFillToggleFocusBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-input-rest CSS custom property. * @public */ export declare const neutralFillInputRestBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-input-hover CSS custom property. * @public */ export declare const neutralFillInputHoverBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-input-active CSS custom property. * @public */ export declare const neutralFillInputActiveBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-input-focus CSS custom property. * @public */ export declare const neutralFillInputFocusBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-fill-rest CSS custom property. * @public */ export declare const accentFillRestBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-fill-hover CSS custom property. * @public */ export declare const accentFillHoverBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-fill-active CSS custom property. * @public */ export declare const accentFillActiveBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-fill-focus CSS custom property. * @public */ export declare const accentFillFocusBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-fill-selected CSS custom property. * @public */ export declare const accentFillSelectedBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-fill-large-rest CSS custom property. * @public */ export declare const accentFillLargeRestBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-fill-large-hover CSS custom property. * @public */ export declare const accentFillLargeHoverBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-fill-large-active CSS custom property. * @public */ export declare const accentFillLargeActiveBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-fill-large-focus CSS custom property. * @public */ export declare const accentFillLargeFocusBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the accent-fill-large-selected CSS custom property. * @public */ export declare const accentFillLargeSelectedBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-fill-card-rest CSS custom property. * @public */ export declare const neutralFillCardRestBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-outline-rest CSS custom property. * @public */ export declare const neutralOutlineRestBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-outline-hover CSS custom property. * @public */ export declare const neutralOutlineHoverBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-outline-active CSS custom property. * @public */ export declare const neutralOutlineActiveBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-outline-focus CSS custom property. * @public */ export declare const neutralOutlineFocusBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-divider-rest CSS custom property. * @public */ export declare const neutralDividerRestBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-layer-floating CSS custom property. * @public */ export declare const neutralLayerFloatingBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-layer-card CSS custom property. * @public */ export declare const neutralLayerCardBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-layer-card-container CSS custom property. * @public */ export declare const neutralLayerCardContainerBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-layer-l1 CSS custom property. * @public */ export declare const neutralLayerL1Behavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-layer-l1-alt CSS custom property. * @public */ export declare const neutralLayerL1AltBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-layer-l2 CSS custom property. * @public */ export declare const neutralLayerL2Behavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-layer-l3 CSS custom property. * @public */ export declare const neutralLayerL3Behavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-layer-l4 CSS custom property. * @public */ export declare const neutralLayerL4Behavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-focus CSS custom property. * @public */ export declare const neutralFocusBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the neutral-focus-inner-accent CSS custom property. * @public */ export declare const neutralFocusInnerAccentBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the inline-start CSS custom property. * * @remarks * Replaces the inline-start value for the {@link https://developer.mozilla.org/en-US/docs/Web/CSS/float | float} property * when the native value is not supported. * * @public * @example * ```ts * import { css } from "@microsoft/fast-element"; * import { inlineStartBehavior } from "@microsoft/fast-components-msft"; * * css` * :host { * float: ${inlineStartBehavior.var}; * } * `.withBehaviors(inlineStartBehavior) * ``` */ export declare const inlineStartBehavior: CSSCustomPropertyBehavior; /** * Behavior to resolve and make available the inline-end CSS custom property. * * @remarks * Replaces the inline-end value for the {@link https://developer.mozilla.org/en-US/docs/Web/CSS/float | float} property * when the native value is not supported. * * @public * @example * ```ts * import { css } from "@microsoft/fast-element"; * import { inlineEndBehavior } from "@microsoft/fast-components-msft"; * * css` * :host { * float: ${inlineEndBehavior.var}; * } * `.withBehaviors(inlineEndBehavior) * ``` */ export declare const inlineEndBehavior: CSSCustomPropertyBehavior;