import { BaseStyle } from '../BaseStyle'; /** * TextInputStyle class represents the styles for popover. It extends BaseStyle. * * @property {string} boxShadow - boxshadow for popover. * @extends {BaseStyle} */ export declare class TextInputStyle extends BaseStyle { placeholderTextFont?: string; placeholderTextColor?: string; textFont?: string; textColor?: string; dividerColor?: string; inputBorder?: string; inputBorderRadius?: string; inputBackground?: string; maxHeight?: string; inputPadding?: string; constructor(props: Partial); } //# sourceMappingURL=TextInputStyle.d.ts.map