import { CSSProperties } from 'react'; declare const focusInput: (element: HTMLInputElement | null) => void; declare const generateFocusBarStyle: (inputElement: HTMLInputElement | null) => CSSProperties; export { focusInput, generateFocusBarStyle };