declare type StyledItemProps = { selected: boolean; highlighted: boolean; disabled?: boolean; }; export declare const DropdownItem: import("styled-components").StyledComponent<"div", import("../../helpers/theme").GlobalAppThemeInterface, StyledItemProps, never>; export {};