export interface DrawerProps { visible?: boolean; position?: 'left' | 'right'; duration?: number; }