import { ScaledSize } from 'react-native';
export default function useDimensions(): {
    window: ScaledSize;
    screen: ScaledSize;
};
