import * as b from './Button'; export { default } from './Button'; export declare type ButtonKind = b.ButtonKind; export declare type ButtonType = b.ButtonType; export declare type ButtonMargin = b.ButtonMargin;