export declare const semanticClassNames: { readonly ratioContainer: "embed-static-ratio-container"; readonly ratioInner: "embed-static-ratio-inner"; readonly iframe: "embed-static-iframe"; readonly gist: "embed-static-gist"; readonly gistIframe: "embed-static-gist__iframe"; readonly sourceLink: "embed-static-source-link"; readonly githubFile: "embed-static-github-file"; readonly githubFileCode: "embed-static-github-file__code"; readonly githubFileCodeLong: "embed-static-github-file__code--long"; readonly githubFileLine: "embed-static-github-file__line"; readonly githubFileLineNum: "embed-static-github-file__line-num"; readonly shiki: "embed-static-shiki"; readonly fallback: "embed-static-fallback"; readonly fallbackGeneric: "embed-static-fallback--generic"; readonly fallbackTweet: "embed-static-fallback--tweet"; readonly fallbackYoutube: "embed-static-fallback--youtube"; readonly fallbackCodesandbox: "embed-static-fallback--codesandbox"; readonly fallbackBilibili: "embed-static-fallback--bilibili"; readonly fallbackGithubFile: "embed-static-fallback--github-file"; readonly fallbackGithubGist: "embed-static-fallback--github-gist"; readonly fallbackThinking: "embed-static-fallback--thinking"; readonly fallbackBadge: "embed-static-fallback__badge"; readonly fallbackDot: "embed-static-fallback__dot"; readonly fallbackLink: "embed-static-fallback__link"; readonly tweet: "embed-static-tweet"; readonly loading: "embed-static-loading"; }; export declare const semanticFallbackModifierClass: { readonly generic: "embed-static-fallback--generic"; readonly tweet: "embed-static-fallback--tweet"; readonly youtube: "embed-static-fallback--youtube"; readonly codesandbox: "embed-static-fallback--codesandbox"; readonly bilibili: "embed-static-fallback--bilibili"; readonly 'github-file': "embed-static-fallback--github-file"; readonly 'github-gist': "embed-static-fallback--github-gist"; readonly thinking: "embed-static-fallback--thinking"; }; export declare const ratioContainer: string; export declare const ratioInner: string; export declare const iframe: string; export declare const gist: string; export declare const gistIframe: string; export declare const sourceLink: string; export declare const githubFile: string; export declare const githubFileCode: string; export declare const githubFileCodeLong: string; export declare const githubFileLine: string; export declare const githubFileLineNum: string; export declare const shiki: string; export declare const fallback: string; export declare const fallbackType: Record<"generic" | "tweet" | "youtube" | "codesandbox" | "bilibili" | "github-file" | "github-gist" | "thinking", string>; export declare const fallbackBadge: string; export declare const fallbackDot: string; export declare const fallbackLink: string; export declare const tweet: string; export declare const loading: string; //# sourceMappingURL=styles-static.css.d.ts.map