const button: Button.Button = {
    name: "name",
    ariaLabel: "aria label",
    type: "button",
};

export default { button };
