import { t as KeywordSet } from "./keyword-set-BXSoLQ6m.js"; //#region src/properties/property-utils.d.ts declare const shorthand_properties: Set; declare const SPACING_RESET_PROPERTIES: Set; declare const border_radius_properties: KeywordSet; /** * @see https://github.com/csstree/csstree/blob/master/lib/utils/names.js#L69 */ declare function isHack(property: string): boolean; /** * Get the normalized basename for a property with a vendor prefix * @returns The property name without vendor prefix */ declare function basename(property: string): string; //#endregion export { shorthand_properties as a, isHack as i, basename as n, border_radius_properties as r, SPACING_RESET_PROPERTIES as t };