{
/** Row content. Non-interactive list row (use `ListButton` for clickable rows). */
children?: ReactNode;
/** Extra classes for the row root. */
className?: string;
/** Forwarded to the underlying ``. */
ref?: Ref;
}
/** Shape of `ListItem` defaults that can be supplied via `CladdProvider`'s `defaults` prop. */
export type ListItemDefaultProps = Partial>;
export declare const ListItem: (props: ListItemProps, ref?: Ref) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ListItem.d.ts.map