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