import { Attributes } from ".";
/**
 * Parses block attributes
 * @param text e.g. {#identifier .class1 .class2 key1=value1 key2=value2}
 */
export default function (text?: string): Attributes;
