/// import { AllSystemProps } from "./system/unions"; export declare type LiProps = AllSystemProps; export declare const Li: import("styled-components").StyledComponent<"li", any, import("react").PropsWithChildren, never>;