import type { IconCustomisations } from '../misc/customisations'; import type { Icon } from '../misc/icon'; import type { CodeSampleAPIConfig, CodeSampleMode } from './types'; import type { CodeOutput, ComponentCodeOutput } from './parsers/types'; export { CodeOutput, ComponentCodeOutput }; /** * Output */ export declare const codeOutputComponentKeys: (keyof ComponentCodeOutput)[]; /** * Get code for icon */ export declare function getIconCode(lang: CodeSampleMode, icon: Icon, customisations: IconCustomisations, providerConfig: CodeSampleAPIConfig): CodeOutput | null; //# sourceMappingURL=code.d.ts.map