import { IProps } from '../types/props.js'; import { ButtonProps } from '@chakra-ui/react'; import { FC } from 'react'; declare const CheckoutButton: FC; export { CheckoutButton };