export declare const font: { typography: string[]; code: string[]; }; export declare const size: { radius: string; lineWidth: string; }; export declare const nord: import("@sosuisen/milkdown-core").MilkdownPlugin; export { mixin } from './mixin'; export { color } from './nord'; export { override } from './override'; export { slots } from './slots'; export { view } from './view'; //# sourceMappingURL=index.d.ts.map