import type { InputFieldState } from '../diwa-input/types'; import type { TextareaResize } from './types'; export type { TextareaResize } from './types'; export declare const getComponentCss: (state: InputFieldState, disabled: boolean, readOnly: boolean, resize: TextareaResize, compact: boolean) => string; //# sourceMappingURL=diwa-textarea-styles.d.ts.map