import { IBadgeRenderlessParams, IBadgeContent } from '../badge'; import { StyleValue } from 'vue'; export declare const computedContent: ({ props, state }: Pick) => () => IBadgeContent; export declare const computedValueRef: ({ props }: Pick) => () => number | undefined; export declare const computedTransform: ({ designConfig, props }: Pick) => () => StyleValue;