export default interface ButtonComponentTypes { show:boolean, title: string, footer?:any, position?:string, size?:string }