import * as React from 'react'; import { ctw, Input } from '@ballerine/ui'; export const SidebarInput = React.forwardRef< React.ElementRef, React.ComponentProps >(({ className, ...props }, ref) => { return ( ); }); SidebarInput.displayName = 'SidebarInput';