import React from 'react'; import { ListContextState, type ListProps } from './list.types.js'; export declare const ListContext: React.Context; export declare function List({ assistiveText, className, children, look, nested, icon, type, spacing, ...props }: ListProps): import("react/jsx-runtime").JSX.Element;