import { CSSProperties } from 'react'; export declare const getStyleFromInput: (input: HTMLElement) => CSSProperties;