import type { SelectContentStaticProps } from "../types.js";
declare const SelectContentStatic: import("svelte").Component<SelectContentStaticProps, {}, "ref">;
type SelectContentStatic = ReturnType<typeof SelectContentStatic>;
export default SelectContentStatic;
