import { markup } from './markup'; import { style } from './style'; import { html } from './utils'; /** Minna UI Svelte preprocessor preset. */ export declare const preprocess: { markup: ((options: { content: string; filename: string; }) => import("svelte/types/compiler/preprocess").Processed | Promise) | undefined; style: import("svelte/types/compiler/preprocess").Preprocessor; }; export { html, markup, style }; //# sourceMappingURL=index.d.ts.map