import { BaseStyle } from './BaseStyle'; /** * WithDetailsStyle * * @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 WithDetailsStyle extends BaseStyle { messageTextColor?: string; messageTextFont?: string; constructor(props: Partial); } //# sourceMappingURL=WithDetailsStyle.d.ts.map