/** * 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. * * */ import { default as _getPriority, getAtRulePriority as _getAtRulePriority, getPseudoElementPriority as _getPseudoElementPriority, getPseudoClassPriority as _getPseudoClassPriority, getDefaultPriority as _getDefaultPriority, PSEUDO_CLASS_PRIORITIES as _PSEUDO_CLASS_PRIORITIES, AT_RULE_PRIORITIES as _AT_RULE_PRIORITIES, PSEUDO_ELEMENT_PRIORITY as _PSEUDO_ELEMENT_PRIORITY, } from './utils/property-priorities'; export declare const getAtRulePriority: typeof _getAtRulePriority; export declare type getAtRulePriority = typeof getAtRulePriority; export declare const getPseudoElementPriority: typeof _getPseudoElementPriority; export declare type getPseudoElementPriority = typeof getPseudoElementPriority; export declare const getPseudoClassPriority: typeof _getPseudoClassPriority; export declare type getPseudoClassPriority = typeof getPseudoClassPriority; export declare const getDefaultPriority: typeof _getDefaultPriority; export declare type getDefaultPriority = typeof getDefaultPriority; export declare const getPriority: typeof _getPriority; export declare type getPriority = typeof getPriority; export declare const PSEUDO_CLASS_PRIORITIES: typeof _PSEUDO_CLASS_PRIORITIES; export declare type PSEUDO_CLASS_PRIORITIES = typeof PSEUDO_CLASS_PRIORITIES; export declare const AT_RULE_PRIORITIES: typeof _AT_RULE_PRIORITIES; export declare type AT_RULE_PRIORITIES = typeof AT_RULE_PRIORITIES; export declare const PSEUDO_ELEMENT_PRIORITY: typeof _PSEUDO_ELEMENT_PRIORITY; export declare type PSEUDO_ELEMENT_PRIORITY = typeof PSEUDO_ELEMENT_PRIORITY;