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