///
import { MenuListProps } from '../MenuList/MenuList';
/** @deprecated Use `MenuListProps` */
export declare type ListProps = MenuListProps;
/** @deprecated Use `MenuList` */
export declare const List: import("styled-components").StyledComponent<"ul", any, {
role: "menu";
} & import("react").HTMLAttributes & {
fullWidth?: boolean | undefined;
shadow?: boolean | undefined;
inline?: boolean | undefined;
} & import("../types").CommonStyledProps, "role">;
//# sourceMappingURL=List.d.ts.map