import { SizeKey } from './copy.js'; import { JSX } from 'react'; type ListItemProps = { light?: boolean; bold?: boolean; size?: SizeKey; }; export declare const ListItem: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components/dist/types.js").Substitute, HTMLLIElement>, ListItemProps>> & string; /** # List ``` First Li Child Second Li Child Third Li Child ``` UnorderedList - `