import { ButtonProps as CommonButtonProps } from "../../../common/button/types"; export interface ButtonProps extends CommonButtonProps { }