/// import * as React from 'react'; export interface IKeytipsButtonExampleState { btnDisabled: boolean; } export declare class KeytipsButtonExample extends React.Component<{}, IKeytipsButtonExampleState> { constructor(props: {}); render(): JSX.Element; private _toggleDisabled; }