import { MutableRefObject } from "react"; export declare const useCssValue: (property: string, ref: MutableRefObject) => string | undefined;