import { StickersStyle } from './StickersStyle'; export declare class StickersConfiguration { ccStickerClicked: ((sticker: { name: string; url: string; }, loggedInUser: CometChat.User, user: CometChat.User, group: CometChat.Group, parentMessageid: number, onError?: ((error: any) => void) | null, customSoundForMessages?: string, disableSoundForMessages?: boolean) => void) | null; loadingIconUrl: string; stickerskeyboardstyle: StickersStyle; constructor(props: Partial); } //# sourceMappingURL=StickersConfiguration.d.ts.map