import { BlockTag } from '../Documentation';
export default function transformTagsIntoObject(tags: BlockTag[]): {
    [key: string]: BlockTag[];
};
