import type { ForwardRefComponent as PolymorphicForwardRefComponent } from '../utils/polymorphic';
import { type ActionListProps } from './shared';
export declare const List: PolymorphicForwardRefComponent<"ul", ActionListProps>;
//# sourceMappingURL=List.d.ts.map