export declare const useGetAriaLabelOfAddButton: (data: {
    type: string;
    title: string;
}, branchIndex?: number) => {
    getAriaLabel: (postfix?: string) => string;
};
