/** * 使用响应式类名的 Hook * * @description 根据容器宽度计算响应式类名,延迟应用以避免宽度抖动 */ export declare const useResponsiveClass: (containerWidth: number) => string;