export declare class ButtonUtils {
    static parseSVGTextElements(elements: Element[]): {
        svg: Element | undefined;
        text: Element | undefined;
    };
}
//# sourceMappingURL=buttonUtils.d.ts.map