export declare const overrideHeight: (newHeight: number) => void;
export declare const getHeight: () => number | null;
