/** * Affix component styles using the internal token pattern with a public styling API. * * Public API tokens (customizable): * - Wrapper: --w-c-affix-* * - Label: --w-c-affix-label-* */ export declare const affixStyles: import("lit").CSSResult;