//#region src/static-css/runtime/index.d.ts
interface InlineAntdStyleResult {
  css: string;
  /** css wrapped in a prepend-ordered style tag, '' when empty */
  html: string;
  /** probe-uncovered components whose rules fell back inline */
  uncovered: string[];
}
declare const buildInlineAntdStyle: (runtimeCache: unknown, payload: {
  styleKeys: Iterable<string>;
}) => InlineAntdStyleResult;
//#endregion
export { InlineAntdStyleResult, buildInlineAntdStyle };
//# sourceMappingURL=index.d.mts.map