import { type StyledProps } from "../StyledProps"; declare const Ul: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLUListElement>, StyledProps>> & string; declare const Li: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLLIElement>, StyledProps>> & string; export { Li, Ul };