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