declare const Layer: import("svelte").Component<Record<string, never>, {}, "">;
type Layer = ReturnType<typeof Layer>;
export default Layer;
