import { type ContainsSource } from './native-types'; export declare function containsHTML({ source }: ContainsSource): boolean;