/** Shared width fit for interactive controls (buttons, select, …). */ export type ControlWidth = 'hug' | 'fill'; /** Host / control class map for `width="hug" | "fill"`. */ export declare function controlWidthClass(width: ControlWidth): Record; //# sourceMappingURL=control-width.d.ts.map