import { record } from '@synnaxlabs/x'; import { Button } from '../button'; import { List } from '../list'; /** Props for {@link ListItem}. */ export type ListItemProps = List.ItemProps; /** * A {@link List.Item} wired to the enclosing selection, so clicking it selects and its * selected and hovered states come from the selection rather than the caller. */ export declare const ListItem: (props: ListItemProps) => import("react").JSX.Element; //# sourceMappingURL=ListItem.d.ts.map