import { IconStyle } from '@cometchat/uikit-elements'; import { LoaderStyle } from '@cometchat/uikit-elements'; import { ReactionInfoStyle } from './ReactionInfoStyle'; export declare const getLoaderStyle: (style?: ReactionInfoStyle) => LoaderStyle; export declare const getErrorStyle: (style?: ReactionInfoStyle) => IconStyle; export declare const getReactedTextStyle: (style?: ReactionInfoStyle) => { font: string; color: string; }; //# sourceMappingURL=style.d.ts.map