import { PluginUtils } from "tailwindcss/types/config"; import { SuperdocsOptions, SuperdocsTheme } from "../core/theme"; export interface IconThemeOptions { className?: string; } export declare function defaultIconsTheme(_: PluginUtils, { iconPrefix: className }?: SuperdocsOptions): SuperdocsTheme; //# sourceMappingURL=default-icons.d.ts.map