export type ContentRect = Pick; export declare const useWidth: () => [(instance: unknown) => void, number]; export declare const useHeight: () => [(instance: unknown) => void, number];