import type { RenderOptions, FontOptions } from './types/types.js'; export declare const image_from_component: (component: any, options: RenderOptions) => Promise; export type { RenderOptions, FontOptions };