export declare const semanticClassNames: { readonly wrapper: "rich-embed-link-wrapper"; readonly embed: "rich-embed"; readonly embedGeneric: "rich-embed--generic"; readonly embedTweet: "rich-embed--tweet"; readonly embedYoutube: "rich-embed--youtube"; readonly embedCodesandbox: "rich-embed--codesandbox"; readonly embedBilibili: "rich-embed--bilibili"; readonly embedGithubFile: "rich-embed--github-file"; readonly embedGithubGist: "rich-embed--github-gist"; readonly embedThinking: "rich-embed--thinking"; readonly badge: "rich-embed__badge"; readonly dot: "rich-embed__dot"; readonly divider: "rich-embed__divider"; readonly input: "rich-embed__input"; }; export declare const semanticEmbedModifierClass: { readonly generic: "rich-embed--generic"; readonly tweet: "rich-embed--tweet"; readonly youtube: "rich-embed--youtube"; readonly codesandbox: "rich-embed--codesandbox"; readonly bilibili: "rich-embed--bilibili"; readonly 'github-file': "rich-embed--github-file"; readonly 'github-gist': "rich-embed--github-gist"; readonly thinking: "rich-embed--thinking"; }; export declare const wrapper: string; export declare const embed: string; export declare const embedType: Record<"generic" | "tweet" | "youtube" | "codesandbox" | "bilibili" | "github-file" | "github-gist" | "thinking", string>; export declare const badge: string; export declare const dot: string; export declare const divider: string; export declare const input: string; //# sourceMappingURL=styles.css.d.ts.map