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