import { IPropertyPaneButtonProps } from '@microsoft/sp-webpart-base'; export declare class ICustomButtonPaneProps implements IPropertyPaneButtonProps { text: string; type: any; onClick: (value: any) => any; }