/** ValueSelector row sizing — matches Visibility and Order list rows. */
export declare const WIZARD_COLUMN_LIST_OPTION_CLASS = "twa:!py-1 twa:!px-1.5";
/** Single-select column lists — ~50% taller than multi-select compact rows. */
export declare const WIZARD_COLUMN_LIST_OPTION_CLASS_SINGLE_SELECT = "twa:!py-1.5 twa:!px-1.5";
/** Taller rows when ultra-compact one-line cards are not required (e.g. Custom Sort wizard). */
export declare const WIZARD_COLUMN_LIST_OPTION_CLASS_RELAXED = "twa:!py-2 twa:!px-2";
/** Compact list header — spacing between Select All, Show Selected Only, and search. */
export declare const WIZARD_COLUMN_LIST_HEADER_CLASS = "twa:gap-4";
/** Narrow search field (matches Visibility list column width, not full card width). */
export declare const WIZARD_COLUMN_LIST_SEARCH_CLASS = "twa:w-[12rem] twa:shrink-0 twa:min-w-0";
