import { StyleFunctionContainer } from "../theme/src/types"; /** * Hook to convert the received style props to appropriate React Native styles * @param props Raw props passed to the component where the hook is being used. * @param styleFunctions List of style functions to use for computing the received style props. * @returns Object containing the computed style properties */ export declare const useStyleProps: (props: Record, styleFunctions: StyleFunctionContainer[]) => Record; //# sourceMappingURL=useStyleProps.d.ts.map