import { Node } from '../node'; export declare const getFirstMatchingNode: (parent: Node, ...names: string[]) => Node; export declare const makeSocialButton: (website: Node, item: Node, inline: boolean) => string;