/**
 * Copyright (c) Nicolas Gallagher.
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 * @flow
 */
export declare const unitlessNumbers: {
    animationIterationCount: boolean;
    aspectRatio: boolean;
    borderImageOutset: boolean;
    borderImageSlice: boolean;
    borderImageWidth: boolean;
    boxFlex: boolean;
    boxFlexGroup: boolean;
    boxOrdinalGroup: boolean;
    columnCount: boolean;
    flex: boolean;
    flexGrow: boolean;
    flexOrder: boolean;
    flexPositive: boolean;
    flexShrink: boolean;
    flexNegative: boolean;
    fontWeight: boolean;
    gap: boolean;
    columnGap: boolean;
    rowGap: boolean;
    gridRow: boolean;
    gridRowEnd: boolean;
    gridRowGap: boolean;
    gridRowStart: boolean;
    gridColumn: boolean;
    gridColumnEnd: boolean;
    gridColumnGap: boolean;
    gridColumnStart: boolean;
    lineClamp: boolean;
    opacity: boolean;
    order: boolean;
    orphans: boolean;
    tabSize: boolean;
    widows: boolean;
    zIndex: boolean;
    zoom: boolean;
    fillOpacity: boolean;
    floodOpacity: boolean;
    stopOpacity: boolean;
    strokeDasharray: boolean;
    strokeDashoffset: boolean;
    strokeMiterlimit: boolean;
    strokeOpacity: boolean;
    strokeWidth: boolean;
    scale: boolean;
    scaleX: boolean;
    scaleY: boolean;
    scaleZ: boolean;
    shadowOpacity: boolean;
};
export default unitlessNumbers;
//# sourceMappingURL=index.d.ts.map