import { ComputedRef } from 'vue'; type TransformKey = 'boolean' | 'grid-cols' | 'grid-rows' | 'col' | 'row' | 'maxWidth' | 'maxHeight' | 'value'; export declare function useBreakpointStyle(styleString: string | number | boolean, transformKey?: TKey): ComputedRef; export {};