import type { SheetProps } from "../../types/components/sheet";
declare const Sheet: import("svelte").Component<SheetProps, {}, "">;
type Sheet = ReturnType<typeof Sheet>;
export default Sheet;
