import { BaseStyle } from './BaseStyle'; /** * WithMessagesStyle * * @property {string} height - The height of the component. * @property {string} width - The width of the component. * @property {string} border - The border of the component. * @property {string} borderRadius - The border radius of the component. * @property {string} background - The background color of the component. * @property {string} messageTextColor - The messageText color of the component. * @property {string} messageTextFont - The messageText font of the component. */ export declare class WithMessagesStyle extends BaseStyle { messageTextColor?: string; messageTextFont?: string; constructor(props: Partial); } //# sourceMappingURL=WithMessagesStyle.d.ts.map