export type InputWidthVariant = 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl'; export declare const getMaxWidth: (inputWidth?: InputWidthVariant) => "100%" | "3.5rem" | "5.75rem" | "8.25rem" | "12.5rem" | "16.75rem" | "26rem";