import type { ExtractPropTypes } from 'vue'; import type Trend from './trend.vue'; export declare const trendProps: { readonly value: import("ll-plus/es/utils").EpPropFinalized; readonly type: import("ll-plus/es/utils").EpPropFinalized; readonly reverse: import("ll-plus/es/utils").EpPropFinalized; readonly prefix: import("ll-plus/es/utils").EpPropFinalized; readonly suffix: import("ll-plus/es/utils").EpPropFinalized; readonly variant: import("ll-plus/es/utils").EpPropFinalized; readonly size: import("ll-plus/es/utils").EpPropFinalized; }; export type TrendProps = ExtractPropTypes; export type TrendInstance = InstanceType;