import { RefObject } from "react";
import { ApplyProperties } from "../types";
export declare const getHeightStyle: (isOpen: boolean, isMeasured: boolean, elementRef?: RefObject<HTMLDivElement>) => ApplyProperties<{
"--brz-ui-collapsible-open": string;
}> | Record<string, unknown>;