interface UseCheckElementBorderWidthOptions { direction?: 'horizontal' | 'vertical'; enable?: boolean; } export declare const useCheckElementBorderWidth: (elementRef: React.RefObject, options?: UseCheckElementBorderWidthOptions) => number; export {}; //# sourceMappingURL=check-border.d.ts.map