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