export interface IButtonProps {
    isDisabled: boolean;
}
