import type { Rule } from 'unocss'; import type { TokenValue } from '.'; export declare function createRoundedRules(rounded: Record): Rule[];