import { type ComponentPropsWithoutRef } from "react"; export interface StaticListItemProps extends ComponentPropsWithoutRef<"li"> { } export declare const StaticListItem: import("react").ForwardRefExoticComponent>;