export declare const GiphyContentType: {
    readonly Emoji: "emoji";
    readonly Gif: "gif";
    readonly Recents: "recents";
    readonly Sticker: "sticker";
    readonly Text: "text";
    readonly Clips: "clips";
};
export type GiphyContentType = (typeof GiphyContentType)[keyof typeof GiphyContentType];
//# sourceMappingURL=giphyContentType.d.ts.map