import { PaddingProps } from "styled-system"; export declare const StyledList: import("styled-components").StyledComponent<"ul", any, {}, never>; export declare const StyledListItem: import("styled-components").StyledComponent<"li", any, { theme: object; }, "theme">; interface StyledVerticalMenuProps extends PaddingProps { active?: boolean; height: string; } export declare const StyledVerticalMenuItem: import("styled-components").StyledComponent<"div", any, { theme: object; } & StyledVerticalMenuProps, "theme">; export declare const StyledTitle: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const StyledAdornment: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledTitleIcon: import("styled-components").StyledComponent>, any, {}, never>; export declare const StyledCustomIconWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledChevronIcon: import("styled-components").StyledComponent>, any, {}, never>; export declare const StyledVerticalMenu: import("styled-components").StyledComponent<"div", any, { theme: object; } & Omit & { cssProps?: { color?: string; opacity?: string; height?: string; width?: string; }; $borderRadius?: import("../box").BoxProps["borderRadius"]; }, "theme">; interface FullScreenProps { isOpen: boolean; prefersReducedMotion?: boolean; } export declare const StyledVerticalMenuFullScreen: import("styled-components").StyledComponent<"div", any, { theme: object; } & Omit & { cssProps?: { color?: string; opacity?: string; height?: string; width?: string; }; $borderRadius?: import("../box").BoxProps["borderRadius"]; } & FullScreenProps, "theme">; export {};