import { type ContainsSource } from './native-types'; export declare function getHTML({ source }: ContainsSource): string | null;