import { InputProps } from './interfaces'; export declare function getInputStyles(style: InputProps['style']): {} | undefined;