import { type ButtonHTMLAttributes, type FC, type Ref } from 'react';
import { type TestableProps } from '../../utils/testId';
export interface DrawerResizeHandleProps extends Omit, 'children' | 'color' | 'value'>, TestableProps {
ref?: Ref;
/**
* A real `