import type { MarkViewWrapperProps } from './props';
declare const MarkViewWrapper: import("svelte").Component<MarkViewWrapperProps, {}, "">;
type MarkViewWrapper = ReturnType<typeof MarkViewWrapper>;
export default MarkViewWrapper;
