import type { MarkViewWrapperProps } from './props';
declare const MarkViewWrapper: import("svelte").Component<MarkViewWrapperProps, {}, "">;
type MarkViewWrapper = ReturnType<typeof MarkViewWrapper>;
export default MarkViewWrapper;
//# sourceMappingURL=mark-view-wrapper.svelte.d.ts.map