import { ReactElement } from "react";
/**
 * StackedCard chrome glyphs.
 *
 * These are part of the card's own chrome — they act on the CARD (collapse the
 * cover, remove the cover, resize the card), never on the entity a card
 * represents. They ship with the component rather than coming from the icon
 * collection so a facade never has to re-pick them and every stacked card
 * reads the same.
 */
/** Collapse the cover down to its thin strip. */
export declare const StackedCardCollapseGlyph: () => ReactElement;
/** Expand a collapsed cover — the inverse of collapse, shown on the strip. */
export declare const StackedCardExpandGlyph: () => ReactElement;
/** Drop the cover entirely. */
export declare const StackedCardRemoveCoverGlyph: () => ReactElement;
/** The bottom-right resize grip. */
export declare const StackedCardResizeHandleGlyph: () => ReactElement;
//# sourceMappingURL=Glyphs.d.ts.map