import type { InputFieldState } from './types'; /** * Returns the shared Shadow DOM CSS for all diwa-input-* components. * * NOTE: Border and background live on .input-wrapper so start/end slot content * shares the same bordered box as the native input. This also prevents Tailwind * v4 preflight from stripping padding set directly on :host. */ export declare const getInputCss: (state: InputFieldState, _disabled: boolean, _readonly: boolean, compact: boolean, hasStart: boolean, hasEnd: boolean, hasSuffix: boolean) => string; //# sourceMappingURL=input-styles.d.ts.map