type UseElementWidthOptions = { ref: React.RefObject; }; export declare function useElementWidth({ ref }: UseElementWidthOptions): { width: number | undefined; }; export {}; //# sourceMappingURL=useElementWidth.d.ts.map