import type * as Compiler from "./svelte-ast-types-for-v5.js";
/** Parse HTML attributes */
export declare function parseAttributes(code: string, startIndex: number): {
    attributes: Compiler.Attribute[];
    index: number;
};
