import type { HTMLAttributes } from "svelte/elements";
declare const TableCaption: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLElement>>, {}, "ref">;
type TableCaption = ReturnType<typeof TableCaption>;
export default TableCaption;
