/** * VGS renders its inputs inside iframes we cannot measure, so every wrapper and * loading skeleton has to predict the field height from the same inputs VGS is * given. Keeping that arithmetic in one place is what stops the skeleton and the * mounted field from disagreeing and shifting the layout mid-load. */ export declare const DEFAULT_VGS_FIELD_PADDING = "8px 12px"; export declare function computeVgsFieldHeight(padding: string, fontSize: number): string; //# sourceMappingURL=vgsFieldMetrics.util.d.ts.map