import type { ScaledSize } from 'react-native'; import type { AnyBreakpoints, Style } from '../../../types'; export declare const applyBreakpoints: (breakpoints: AnyBreakpoints, screen: ScaledSize) => S;