import { Element } from 'hast';
interface GithubCorners {
    href?: string;
}
export declare function githubCorners(opts: GithubCorners): Element;
export {};
