import type { HTMLAttributes } from "react"; export interface ListItemHeaderProps extends HTMLAttributes { label?: string; } export declare const ListItemHeader: (_: ListItemHeaderProps) => null;