import { Value } from './types'; export declare const useStyleProps: (props: StyleProps) => [React.RefObject, Value];