export declare enum InlineInputType { Text = 0, Number = 1, Currency = 2, Percent = 3, Dropdown = 4 }