export namespace Button
export interface Props extends Omit<BaseButtonComponentData, "type">
string
JSX.SingleOrArray<any>