///
import type { ListOwnProps } from "../types";
declare const List: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Partial, Pick, HTMLUListElement>, keyof import("react").ClassAttributes | keyof import("react").HTMLAttributes>, {}>;
export default List;
//# sourceMappingURL=List.d.ts.map