import Metalsmith from 'metalsmith';
export interface Options {
    html?: string;
    tags?: {
        [key: string]: string[] | string;
    };
}
declare const _default: (options?: Options) => Metalsmith.Plugin;
export default _default;
