export interface IButtonDemoPageState {
    areButtonsDisabled?: boolean;
}
