declare function inputStyle(autosize: any): string;
declare const innerDefault: {
  inputStyle: typeof inputStyle;
};
export default innerDefault;
