import { PropValue, ResponsiveValue } from "../theme/src/types"; /** * Hook to get the appropriate value from a responsive style object based on the current screen size. * @param propValue An object that specifies the values based on the different breakpoints * @returns The appropriate value from the responsive style object based on the current screen size */ export declare const useResponsiveProp: (propValue: ResponsiveValue) => T; //# sourceMappingURL=useResponsiveProp.d.ts.map