import { StyleFunctionContainer } from "../theme/src/types"; /** * Returns a state object with style properties. * @param props - The props to extract style properties from. * @param styleFunctions - An array of style functions to apply to the props. * @returns A state object with style properties. */ export declare const useStateWithStyleProps: (props: Record, styleFunctions: StyleFunctionContainer[]) => any; //# sourceMappingURL=useStateWithStyleProps.d.ts.map