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