import { Position } from './types'; export declare type ContextMenuListProps = { labelId?: string; position?: Position; open?: boolean; }; declare const ContextMenuListStyle: import("styled-components").StyledComponent<"ul", any, ContextMenuListProps, never>; export default ContextMenuListStyle; export declare const ContextMenuListWrapperStyle: import("styled-components").StyledComponent<"div", any, ContextMenuListProps, never>; //# sourceMappingURL=ContextMenuListStyle.d.ts.map