export interface IButtonProps {
    disabled: boolean;
}
