export function useCustomShrink({ startIcon, endIcon, onFocus, onBlur, value, InputProps }: { startIcon: any; endIcon: any; onFocus: any; onBlur: any; value: any; InputProps: any; }): { shrink: boolean; onInputFocus: (event: any) => void; onInputBlur: (event: any) => void; startLabelOffset: undefined; endLabelOffset: undefined; startAdornmentRef: import("react").MutableRefObject; endAdornmentRef: import("react").MutableRefObject; }; //# sourceMappingURL=index.d.ts.map