import { forwardRef, SVGProps } from 'react'; export interface ListProps extends Omit, 'css'> {} export const List = forwardRef((props, ref) => ( )); List.displayName = 'List';