const DEFAULT_ACCESSIBLE = true; const DEFAULT_ACCESSIBILITY_ROLE = 'adjustable'; const DEFAULT_ACCESSIBILITY_LABEL = 'Bottom sheet handle'; const DEFAULT_ACCESSIBILITY_HINT = 'Drag up or down to extend or minimize the bottom sheet'; export { DEFAULT_ACCESSIBILITY_HINT, DEFAULT_ACCESSIBILITY_LABEL, DEFAULT_ACCESSIBILITY_ROLE, DEFAULT_ACCESSIBLE, };