import * as stylex from '@stylexjs/stylex';
/**
 * Scoped marker for Tab ancestor selectors.
 * Used by both Tab and TabMenu to scope hover background styles
 * and ensure they don't leak from parent containers.
 */
export declare const tabScope: Readonly<{
    readonly marker: stylex.StyleXClassNameFor<"marker", symbol>;
}>;
//# sourceMappingURL=tab.markers.stylex.d.ts.map