export declare function resolveToolbar(key: string, toolbarObject: {
    buttons: any[];
    appearance: any;
}): {
    buttons: any;
};
