import { SvelteComponent } from "svelte/internal"; declare class Claim extends SvelteComponent { constructor(options: any); } /** * Claim * * Client-side-only component which hydrates the slot into the props-provided element. */ export default Claim;