/** App-chrome and control marks: search, navigation controls, list actions, * ordering arrows, and the reveal/mask pair. */ import { type IconComponent } from './icon-frame'; /** A magnifier. */ export declare const SearchIcon: IconComponent; /** Sign out: a door with an outbound arrow. */ export declare const SignOutIcon: IconComponent; /** The three-bar menu / drawer toggle. */ export declare const MenuIcon: IconComponent; /** Dismiss. */ export declare const CloseIcon: IconComponent; /** A funnel. */ export declare const FilterIcon: IconComponent; /** Back / previous. */ export declare const ArrowLeftIcon: IconComponent; /** Move the item one place earlier in an ordered list. */ export declare const ArrowUpIcon: IconComponent; /** Move the item one place later in an ordered list. */ export declare const ArrowDownIcon: IconComponent; /** Expand / collapse affordance. */ export declare const ChevronDownIcon: IconComponent; /** Disclosure / breadcrumb separator. */ export declare const ChevronRightIcon: IconComponent; /** A bare tick, for selection and confirmation. */ export declare const CheckIcon: IconComponent; /** A bare dash, for a partial selection — the tick's mixed-state counterpart. */ export declare const MinusIcon: IconComponent; /** Add / insert: the dash crossed by an upright, for an append or attach affordance. */ export declare const PlusIcon: IconComponent; /** Edit: a pencil laid across the surface it writes on. */ export declare const EditIcon: IconComponent; /** Detach / unmount: a plug pulled from its socket, the two prongs above the gap. */ export declare const UnplugIcon: IconComponent; /** Copy to clipboard: a sheet duplicated behind another. */ export declare const CopyIcon: IconComponent; /** Opens in a new tab / leaves the app. */ export declare const ExternalLinkIcon: IconComponent; /** Ascending sort: an up arrow beside narrow-to-wide rows. */ export declare const SortAscIcon: IconComponent; /** Descending sort: a down arrow beside wide-to-narrow rows. */ export declare const SortDescIcon: IconComponent; /** Reveal a masked value. */ export declare const EyeIcon: IconComponent; /** Mask a revealed value. */ export declare const EyeOffIcon: IconComponent; /** Folder: a tabbed folder, for the tool-organization tree and breadcrumbs. */ export declare const FolderIcon: IconComponent; /** Grid: a 2x2 tile array — the card-view half of the list/card toggle. */ export declare const GridIcon: IconComponent; //# sourceMappingURL=chrome-marks.d.ts.map