import type { IButtonComponentType } from './types'; declare const Button: IButtonComponentType; export { Button }; export type { IButtonGroupProps, IButtonProps } from './types';