import type { PolymorphicForwardRefComponent, PolymorphicComponentProps } from '../utils/index.js'; import '@itwin/itwinui-css/css/menu.css'; export declare const List: PolymorphicForwardRefComponent<"ul", ListOwnProps>; declare type ListOwnProps = {}; export declare type ListProps = PolymorphicComponentProps<'ul', ListOwnProps>; export {};