import type { FC } from 'react'; import type { ButtonProps } from './interface'; declare const Button: FC; export default Button;