///
import ListItem from './ListItem';
export interface ListProps {
children: ListItem | ListItem[];
ordered?: boolean;
}
declare const List: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLOListElement>, Omit, HTMLOListElement>, "ref"> & {
ref?: import("react").Ref;
}>, ListProps>, ListProps>>;
export default List;