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