import { NJC_COMBOBOX_OPTION } from '../components/combobox'; export declare function buildMinimalComponentSnippet(componentTag: string, args: Record): string; /** Storybook `docs.source.transform` — align Docs snippet with control values when the canvas shows multiple host elements. */ export declare function convertArgsForStorybookCodeExample(code: string, componentTag: string | undefined, args: Record): string; export declare function generateOptions(numberOfOptions: number | undefined): NJC_COMBOBOX_OPTION[];