import { type CSSProperties } from 'react'; import { Props as ExpressiveMoneyInputProps } from '../ExpressiveMoneyInput'; type InputStyleObject = { value: string; focus: boolean; inputElement: HTMLInputElement | null; } & Pick; export declare const useInputStyle: ({ value, focus, inputElement, loading }: InputStyleObject) => CSSProperties; export {}; //# sourceMappingURL=useInputStyle.d.ts.map