import { StyleProp } from '../style-props.types';
export declare function hasResponsiveStyles(styleProp: StyleProp<unknown>): boolean;
