import { BaseStyle } from '../BaseStyle'; /** * EmojiKeyboardStyle class defines the style properties for emoji keyboard * * @property {string} textFont - The font style for the text. * @property {string} textColor - The text color for the text. * * @extends {BaseStyle} */ export declare class EmojiKeyboardStyle extends BaseStyle { textFont?: string; textColor?: string; activeIconTint?: string; iconTint?: string; constructor(props: Partial); } //# sourceMappingURL=EmojiKeyboardStyle.d.ts.map