import { BaseStyle } from './BaseStyle'; /** * SelectedUserPreviewStyle class defines the style for a selected preview. * * @property {string} closeIconTint - The icon color for the close button. * @property {string} textFont - The font for the text. * @property {string} textColor - The color for the text. * @extends {BaseStyle} */ export declare class SelectedUserPreviewStyle extends BaseStyle { closeIconTint?: string; textFont?: string; textColor?: string; constructor(props: Partial); } //# sourceMappingURL=SelectedUserPreviewStyle.d.ts.map