export declare function contains(parent?: Element | null, child?: Element | null): boolean;
