import { StyleValue } from "../core/modules/styles.js"; /** * @internal */ export declare const transparent = "transparent"; /** * @internal */ export declare const densityBorderStyles: (fillValue: StyleValue) => { borderThickness: import("../core/adaptive-design-tokens.js").TypedCSSDesignToken; borderStyle: string; borderFill: StyleValue; };