import type { StackProps } from "../../data/entities";
declare const Stack: import("svelte").Component<StackProps, {}, "">;
type Stack = ReturnType<typeof Stack>;
export default Stack;
