/**
 * The maximum width shared by design-system form fields (`TextField`, `Textarea`, `Select`, ...).
 * Exported so layouts composed from these fields can align to the same width.
 */
export declare const formFieldMaxWidth = "600px";
