import MarkdownIt from 'markdown-it'; interface RadioOptions { enabled?: boolean; label?: boolean; } /** * Modified from https://github.com/revin/markdown-it-task-lists/blob/master/index.js */ export declare function radioButtonPlugin(md: MarkdownIt, options?: RadioOptions): void; export {}; //# sourceMappingURL=markdown-it-radio-button.d.ts.map