/**
 * @file listItem.ts
 *
 * @fileoverview Styles for a list item for resume profiles.
 */
export declare const Wrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const ListItem: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const ListItemIcon: any;
export declare const ListItemWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const InfoLabel: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const MultiInfoWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const StyledInfoIcon: import("styled-components").StyledComponent<"span", any, any, never>;
export declare const EditButton: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const AddButton: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const OccupationTitle: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const RegionList: import("styled-components").StyledComponent<"ul", any, {}, never>;
