import type { Snippet } from 'svelte';
import type { DehydratedState } from '../core/index.mjs';
type $$ComponentProps = {
    state: DehydratedState<any>;
    children: Snippet;
};
declare const PermixHydrate: import("svelte").Component<$$ComponentProps, {}, "">;
type PermixHydrate = ReturnType<typeof PermixHydrate>;
export default PermixHydrate;
