import { FC } from 'react'; import { ButtonProps as CButtonProps } from './type'; declare const ButtonComponent: FC; export default ButtonComponent;