/// <reference types="react" />
export declare const defCommandIconStyles: {
    icon: {};
};
/**
 * Copied from ALVFM to toggle the JSON view button to show details
 * @param onClick
 * @param text
 * @param cmdStyles
 * @returns
 */
export declare function makeToggleJSONCmd(onClick: any, text: string, cmdStyles?: any): JSX.Element;
//# sourceMappingURL=ToggleJSONButton.d.ts.map